phpDocumentor

ThemeDirectoryInterface
in

Interface ThemeDirectoryInterface

Table of Contents

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.

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