listUnassignedContents
in package
`PX=px2dthelper.get.list_unassigned_contents`
Table of Contents
- $conf_funcs_processors : mixed
- 定義された拡張子の一覧
- $ignored_path_list : mixed
- スキャン対象から除外するパスの一覧
- $px : mixed
- Picklesオブジェクト
- $px2dthelper : mixed
- px2dthelperオブジェクト
- $realpath_docroot : mixed
- docroot のパス
- __construct() : mixed
- constructor
- get_unassigned_contents() : mixed
- 未割当のコンテンツファイルの一覧を取得する
- add_path_to_ignored_path_list() : mixed
- 対象外ディレクトリに加える
- scan_dir() : mixed
- ディレクトリをスキャンする
Properties
$conf_funcs_processors
定義された拡張子の一覧
private
mixed
$conf_funcs_processors
$ignored_path_list
スキャン対象から除外するパスの一覧
private
mixed
$ignored_path_list
$px
Picklesオブジェクト
private
mixed
$px
$px2dthelper
px2dthelperオブジェクト
private
mixed
$px2dthelper
$realpath_docroot
docroot のパス
private
mixed
$realpath_docroot
Methods
__construct()
constructor
public
__construct(object $px2dthelper, object $px) : mixed
Parameters
- $px2dthelper : object
-
$px2dthelperオブジェクト
- $px : object
-
$pxオブジェクト
Return values
mixed —get_unassigned_contents()
未割当のコンテンツファイルの一覧を取得する
public
get_unassigned_contents() : mixed
Return values
mixed —add_path_to_ignored_path_list()
対象外ディレクトリに加える
private
add_path_to_ignored_path_list(mixed $path_target) : mixed
Parameters
- $path_target : mixed
Return values
mixed —scan_dir()
ディレクトリをスキャンする
private
scan_dir([mixed $local_path = '' ]) : mixed
Parameters
- $local_path : mixed = ''