init_content
in package
fncs/init_content.php
Table of Contents
- $px : mixed
- Picklesオブジェクト
- $px2dthelper : mixed
- px2dthelperオブジェクト
- __construct() : mixed
- constructor
- init_content() : array<string|int, mixed>
- コンテンツを初期化する
Properties
$px
Picklesオブジェクト
private
mixed
$px
$px2dthelper
px2dthelperオブジェクト
private
mixed
$px2dthelper
Methods
__construct()
constructor
public
__construct(object $px2dthelper, object $px) : mixed
Parameters
- $px2dthelper : object
-
$px2dthelperオブジェクト
- $px : object
-
$pxオブジェクト
Return values
mixed —init_content()
コンテンツを初期化する
public
init_content([string $editor_mode = 'html' ][, array<string|int, mixed> $options = array() ]) : array<string|int, mixed>
Parameters
- $editor_mode : string = 'html'
-
コピー先のページパス (サイトマップの path 値)
- $options : array<string|int, mixed> = array()
-
オプション
-
force
:true
を指定すると、すでにコンテンツが存在した場合にも強制的に上書きします。
-
Return values
array<string|int, mixed> —array(boolean $result, string $error_msg)