phpDocumentor

ThemeDirectory
in package
implements ThemeDirectoryInterface

Class ThemeDirectory

Interfaces, Classes and Traits

ThemeDirectoryInterface
Interface ThemeDirectoryInterface

Table of Contents

$children  : ThemeDirectoryCollection|null
$files  : array<string|int, string>
$root  : ThemeDirectoryRootInterface
__construct()  : mixed
ThemeDirectory constructor.
create()  : ThemeDirectory
Named constructor of ThemeDirectory.
getChildren()  : ThemeDirectoryCollection|null
Returns a list of all directories in the current theme (non-recursively).
getFiles()  : array<string|int, string>
Returns a list of all files in the current theme (non-recursively).
getRoot()  : ThemeDirectoryRootInterface
Returns the theme directories root path.

Properties

Methods

getFiles()

Returns a list of all files in the current theme (non-recursively).

public getFiles() : array<string|int, string>
Return values
array<string|int, string>

Search results