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