PHP Class Jarves\Configuration\ThemeLayout

Inheritance: extends ThemeContent
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
getDoctype ( ) : string
getKey ( ) : mixed
setDoctype ( string $doctype )
setKey ( mixed $key )

Method Details

getDoctype() public méthode

public getDoctype ( ) : string
Résultat string

getKey() public méthode

public getKey ( ) : mixed
Résultat mixed

setDoctype() public méthode

public setDoctype ( string $doctype )
$doctype string

setKey() public méthode

public setKey ( mixed $key )
$key mixed

Property Details

$attributes protected_oe property

protected $attributes

$doctype protected_oe property

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
Résultat string

$key protected_oe property

Note: The file path is not directly stored anywhere, instead only this key is.
protected string $key
Résultat string

$requiredProperties protected_oe property

protected $requiredProperties

$rootName protected_oe property

protected $rootName