pickles2/px2-px2dthelper v2.2.1 API Document

px2ce_apis
in package

px2ce/apis.php

Table of Contents

$main  : mixed
px2dthelper object
$px  : mixed
$px object
$target_mode  : mixed
編集対象のモード 'page_content' (default) or 'theme_layout'
$theme_id  : mixed
編集対象のテーマID $target_mode が 'theme_layout' の場合にセットされる。
__construct()  : mixed
constructor
execute_px_command()  : mixed
PXコマンドを実行する
create_px2ce()  : object
$px2ce オブジェクトを生成する

Properties

$target_mode

編集対象のモード 'page_content' (default) or 'theme_layout'

private mixed $target_mode = 'page_content'

$theme_id

編集対象のテーマID $target_mode が 'theme_layout' の場合にセットされる。

private mixed $theme_id = null

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_px2ce()

$px2ce オブジェクトを生成する

private create_px2ce() : object
Return values
object

$px2ce

Search results