findContents
in package
px2-px2dthelper findContents
Table of Contents
- $env : mixed
- 環境情報
- $px : mixed
- Picklesオブジェクト
- $px2dthelper : mixed
- px2dthelperオブジェクト
- __construct() : mixed
- constructor
- find() : bool
- コンテンツファイルを検索する
- read_dir_r() : bool
- ディレクトリを再帰的に読み込む
Properties
$env
環境情報
private
mixed
$env
$px
Picklesオブジェクト
private
mixed
$px
$px2dthelper
px2dthelperオブジェクト
private
mixed
$px2dthelper
Methods
__construct()
constructor
public
__construct(object $px2dthelper, object $px, object $env) : mixed
Parameters
- $px2dthelper : object
-
$px2dthelperオブジェクト
- $px : object
-
$pxオブジェクト
- $env : object
-
環境情報
Return values
mixed —find()
コンテンツファイルを検索する
public
find(callable $callback) : bool
Parameters
- $callback : callable
-
引数に
$realpath
を返す
Return values
bool —実行結果
read_dir_r()
ディレクトリを再帰的に読み込む
private
read_dir_r(string $path_current_dir, callable $callback) : bool
Parameters
- $path_current_dir : string
-
カレントディレクトリ
- $callback : callable
-
[description]
Return values
bool —実行結果