PHP Class Jarves\Configuration\ThemeLayout

Inheritance: extends ThemeContent
Datei anzeigen Open project: jarves/jarves Class Usage Examples

Protected Properties

Property 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

Public Methods

Method Description
getDoctype ( ) : string
getKey ( ) : mixed
setDoctype ( string $doctype )
setKey ( mixed $key )

Method Details

getDoctype() public method

public getDoctype ( ) : string
return string

getKey() public method

public getKey ( ) : mixed
return mixed

setDoctype() public method

public setDoctype ( string $doctype )
$doctype string

setKey() public method

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
return string

$key protected_oe property

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

$requiredProperties protected_oe property

protected $requiredProperties

$rootName protected_oe property

protected $rootName