ToctreeBuilder
Table of Contents
-
$globSearcher
: GlobSearcher
-
__construct()
: mixed
-
buildToctreeFiles()
: array<string|int, string>
-
isGlob()
: bool
-
parseToctreeFiles()
: array<string|int, string>
__construct()
public
__construct(GlobSearcher $globSearcher) : mixed
Parameters
-
$globSearcher
: GlobSearcher
-
Return values
mixed
—
buildToctreeFiles()
public
buildToctreeFiles(Environment $environment, Node $node, array<string|int, mixed> $options) : array<string|int, string>
Parameters
-
$environment
: Environment
-
-
$node
: Node
-
-
$options
: array<string|int, mixed>
-
Return values
array<string|int, string>
—
isGlob()
private
isGlob(array<string|int, mixed> $options, string $file) : bool
Parameters
-
$options
: array<string|int, mixed>
-
-
$file
: string
-
Return values
bool
—
parseToctreeFiles()
private
parseToctreeFiles(Node $node) : array<string|int, string>
Parameters
-
$node
: Node
-
Return values
array<string|int, string>
—