px2te_apis
in package
px2te/apis.php
Table of Contents
- $main : mixed
- px2dthelper object
- $px : mixed
- $px object
- __construct() : mixed
- constructor
- execute_px_command() : mixed
- PXコマンドを実行する
- create_px2te() : object
- $px2te オブジェクトを生成する
Properties
$main
px2dthelper object
private
mixed
$main
$px
$px object
private
mixed
$px
Methods
__construct()
constructor
public
__construct(object $px, object $main) : mixed
Parameters
- $px : object
-
Picklesオブジェクト
- $main : object
-
px2dthelper オブジェクト
Return values
mixed —execute_px_command()
PXコマンドを実行する
public
execute_px_command(string $px_command_2) : mixed
Parameters
- $px_command_2 : string
-
PXコマンドの第3引数(添字 2 に該当)
Return values
mixed —PXコマンドの実行結果
create_px2te()
$px2te オブジェクトを生成する
private
create_px2te() : object
Return values
object —$px2te