Метод |
Описание |
|
__construct ( $themeName, $assetPath = null, $viewsPath = null ) |
|
|
config ( string $key, mixed $defaultValue = null ) : mixed |
Return the configuration value of $key for the current theme. Configuration values
are stored per theme in themes.php config file. |
|
configSet ( string $key, mixed $value ) : mixed |
Return the configuration value of $key for the current theme. Configuration values
are stored per theme in themes.php config file. |
|
getParent ( ) |
|
|
url ( string $url ) : string |
Attach theme paths to a local Url. The Url must be a resource located on the asset path
of the current theme or it's parents. |
|