pickles2/px2-px2dthelper v2.2.1 API Document

change_content_editor_mode
in package

fncs/change_content_editor_mode.php

Table of Contents

$px  : mixed
Picklesオブジェクト
$px2dthelper  : mixed
px2dthelperオブジェクト
__construct()  : mixed
constructor
change_content_editor_mode()  : mixed
コンテンツの種類(編集モード)を変更する
create_gui_data()  : null
GUI編集のデータを生成する

Properties

Methods

__construct()

constructor

public __construct(object $px2dthelper, object $px) : mixed
Parameters
$px2dthelper : object

$px2dthelperオブジェクト

$px : object

$pxオブジェクト

Return values
mixed

change_content_editor_mode()

コンテンツの種類(編集モード)を変更する

public change_content_editor_mode(string $editor_mode_to[, string $page_path = null ]) : mixed
Parameters
$editor_mode_to : string

変換後の編集モード名

$page_path : string = null

ページのパス。

Return values
mixed

create_gui_data()

GUI編集のデータを生成する

private create_gui_data(string $realpath_controot, string $realpath_data_dir, string $code_before) : null
Parameters
$realpath_controot : string

コンテンツルートのサーバー内部絶対パス

$realpath_data_dir : string

GUI編集データディレクトリのサーバー内部絶対パス

$code_before : string

変換前のコンテンツのソースコード

Return values
null

null

Search results