PHP Класс igaster\laravelTheme\Theme

Наследование: extends igaster\laravelTheme\Tree\Item
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$assetPath
$name
$viewsPath

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

public __construct ( $themeName, $assetPath = null, $viewsPath = null )

config() публичный Метод

Return the configuration value of $key for the current theme. Configuration values are stored per theme in themes.php config file.
public config ( string $key, mixed $defaultValue = null ) : mixed
$key string
$defaultValue mixed
Результат mixed

configSet() публичный Метод

Return the configuration value of $key for the current theme. Configuration values are stored per theme in themes.php config file.
public configSet ( string $key, mixed $value ) : mixed
$key string
$value mixed
Результат mixed

getParent() публичный Метод

public getParent ( )

url() публичный Метод

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.
public url ( string $url ) : string
$url string
Результат string

Описание свойств

$assetPath публичное свойство

public $assetPath

$name публичное свойство

public $name

$viewsPath публичное свойство

public $viewsPath