Property | Type | Description | |
---|---|---|---|
$attributes | |||
$contents | |||
$doctype | string | Can be overwritten by ThemeLayout::$docType. | |
$elementMap | |||
$id | string | ||
$label | string | ||
$layouts | |||
$navigations | |||
$options |
Method | Description | |
---|---|---|
getContents ( boolean $orCreate = false ) : |
||
getDoctype ( ) : string | ||
getId ( ) : string | ||
getLabel ( ) : string | ||
getLayoutByKey ( string $key ) : |
||
getLayouts ( ) : |
||
getNavigations ( ) : |
||
getOptions ( ) : |
||
setContents ( array $contents = null ) | ||
setDoctype ( string $doctype ) | ||
setId ( string $id ) | ||
setLabel ( string $label ) | ||
setLayouts ( array $layouts = null ) | ||
setNavigations ( array $navigations = null ) | ||
setOptions ( array $options = null ) |
public getContents ( boolean $orCreate = false ) : |
||
$orCreate | boolean | creates the value of not exists. |
return |
public getLayoutByKey ( string $key ) : |
||
$key | string | |
return |
protected ThemeContent[],Jarves\Configuration $contents | ||
return |
protected string $doctype | ||
return | string |
protected ThemeLayout[],Jarves\Configuration $layouts | ||
return |