broccoli_receive_message
in package
broccoli/receive_message.php
Table of Contents
- __construct() : mixed
- constructor
- apply() : bool
- entry
- detoxify_sabotage_script() : string
- Broccoli編集画面の実行を妨げるスクリプトを無害化する
- generate_error_message() : string
- エラーメッセージを生成する
- generate_receive_message_script() : string
- RecieveMessageScript を生成する
- remake_for_edit_theme_layout() : string
- レイアウト編集への対応のための変換処理
Methods
__construct()
constructor
public
__construct(object $px, object $plugin_conf) : mixed
Parameters
- $px : object
-
Picklesオブジェクト
- $plugin_conf : object
-
プラグイン設定オブジェクト
Return values
mixed —apply()
entry
public
static apply(object $px, object $plugin_conf) : bool
Parameters
- $px : object
-
Picklesオブジェクト
- $plugin_conf : object
-
プラグイン設定オブジェクト
Return values
bool —常に true
を返します。
detoxify_sabotage_script()
Broccoli編集画面の実行を妨げるスクリプトを無害化する
private
detoxify_sabotage_script(object $px, string $src) : string
Parameters
- $px : object
-
Pickles Object
- $src : string
-
HTMLソース
Return values
string —変換されたHTMLソース
generate_error_message()
エラーメッセージを生成する
private
generate_error_message(object $px) : string
Parameters
- $px : object
-
Pickles Framework インスタンス
Return values
string —生成されたHTMLソース
generate_receive_message_script()
RecieveMessageScript を生成する
private
generate_receive_message_script(object $plugin_conf) : string
Parameters
- $plugin_conf : object
-
プラグイン設定オブジェクト
Return values
string —生成されたHTMLソース
remake_for_edit_theme_layout()
レイアウト編集への対応のための変換処理
private
remake_for_edit_theme_layout(object $px, string $src) : string
Parameters
- $px : object
-
Pickles Object
- $src : string
-
HTMLソース
Return values
string —変換されたHTMLソース