PHP Класс Jarves\Configuration\ThemeLayout

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

Защищенные свойства (Protected)

Свойство Тип Описание
$attributes
$doctype string Default is Jarves:Doctypes:html5.html.twig (Jarves/Resources/views/Doctypes/html5.html.twig) You should copy and paste the default and adjust it accordingly.
$key string Note: The file path is not directly stored anywhere, instead only this key is.
$requiredProperties
$rootName

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

Метод Описание
getDoctype ( ) : string
getKey ( ) : mixed
setDoctype ( string $doctype )
setKey ( mixed $key )

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

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

public getDoctype ( ) : string
Результат string

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

public getKey ( ) : mixed
Результат mixed

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

public setDoctype ( string $doctype )
$doctype string

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

public setKey ( mixed $key )
$key mixed

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

$attributes защищенное свойство

protected $attributes

$doctype защищенное свойство

Default is Jarves:Doctypes:html5.html.twig (Jarves/Resources/views/Doctypes/html5.html.twig) You should copy and paste the default and adjust it accordingly.
protected string $doctype
Результат string

$key защищенное свойство

Note: The file path is not directly stored anywhere, instead only this key is.
protected string $key
Результат string

$requiredProperties защищенное свойство

protected $requiredProperties

$rootName защищенное свойство

protected $rootName