phpDocumentor

ThemeDirectories extends VariableThemeDirectories
in package
implements ThemeDirectoriesInterface Uses CustomThemeDirectoriesTrait

Class ThemeDirectories

Interfaces, Classes and Traits

ThemeDirectoriesInterface
Interface ThemeDirectoriesInterface

Table of Contents

$config  : ThemeDirectory
$customHtml  : ThemeDirectory|null
Custom HTML directory
$customJs  : ThemeDirectory|null
Custom JS directory
$customStyles  : ThemeDirectory|null
Custom styles directory
$fonts  : ThemeDirectory|null
Fonts directory
$html  : ThemeDirectory
$images  : ThemeDirectory
$js  : ThemeDirectory
$jsExtensions  : ThemeDirectory|null
script extension directory
$prefix  : string
$root  : ThemeDirectoryRootInterface
Directory root
$styleEdit  : ThemeDirectory
$styles  : ThemeDirectory
$variants  : ThemeDirectory|null
variants directory
__construct()  : mixed
ThemeDirectories constructor.
create()  : ThemeDirectoriesInterface
Named constructor of ThemeDirectories.
getConfig()  : ThemeDirectoryInterface
Returns the config theme directory.
getCustomHtml()  : ThemeDirectory|null
Return the custom HTML directory
getCustomJs()  : ThemeDirectory|null
Return the custom scripts directory
getCustomStyles()  : ThemeDirectory|null
Return the custom styles directory
getFonts()  : ThemeDirectory|null
Returns the fonts directory.
getHtml()  : ThemeDirectoryInterface
Returns the html theme directory.
getImages()  : ThemeDirectory|null
Returns the images directory.
getJs()  : ThemeDirectoryInterface
Returns the js theme directory.
getJsExtensions()  : ThemeDirectory|null
Returns the script extension directory
getPrefix()  : string
getRoot()  : ThemeDirectoryRootInterface
Return the directory root
getStyleEdit()  : ThemeDirectory|null
Returns the style edit theme directory.
getStyles()  : ThemeDirectoryInterface
Returns the styles theme directory.
getVariants()  : ThemeDirectory
Returns the variants directory
tryBuildThemeDirectory()  : null|ThemeDirectory
Tries to create an instance of ThemeDirectory by the given root- and sub path.

Properties

Methods

Search results