phpDocumentor

VariantDirectories extends BaseThemeDirectories
in package
implements VariantDirectoriesInterface Uses CustomThemeDirectoriesTrait

Class VariantDirectories

Interfaces, Classes and Traits

VariantDirectoriesInterface
Interface ThemeVariantInterface

Table of Contents

$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
$id  : ThemeId
Theme ID
$images  : ThemeDirectory
$js  : ThemeDirectory
$jsExtensions  : ThemeDirectory|null
script extension directory
$prefix  : string
$root  : ThemeDirectoryRootInterface
$styles  : ThemeDirectory
__construct()  : mixed
VariantDirectories constructor.
create()  : bool|mixed|VariantDirectories
createWithCustomPrefix()  : VariantDirectories
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.
getId()  : ThemeId
Returns the theme id
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
Returns the directory root.
getStyles()  : ThemeDirectoryInterface
Returns the styles theme directory.
tryBuildThemeDirectory()  : null|ThemeDirectory
Tries to create an instance of ThemeDirectory by the given root- and sub path.

Properties

Methods

Search results