Interface TemplateableInterface
Defines a renderable object associated to a template.
Methods summary
public
Charcoal\Cms\TemplateableInterface
|
#
setTemplateIdent( mixed $template )
Set the renderable object's template identifier.
Set the renderable object's template identifier.
Parameters
- $template
- The template ID.
Returns
|
public
mixed
|
#
templateIdent( )
Retrieve the renderable object's template identifier.
Retrieve the renderable object's template identifier.
Returns
mixed
|
public
Charcoal\Cms\TemplateableInterface
|
#
setControllerIdent( mixed $ident )
Set the renderable object's template controller identifier.
Set the renderable object's template controller identifier.
Parameters
- $ident
- The template controller identifier.
Returns
|
public
mixed
|
#
controllerIdent( )
Retrieve the renderable object's template controller identifier.
Retrieve the renderable object's template controller identifier.
Returns
mixed
|
public
Charcoal\Cms\TemplateableInterface
|
#
setTemplateOptions( array|string $options )
Customize the template's options.
Customize the template's options.
Parameters
- $options
- Template options.
Returns
|
public
array
|
#
templateOptions( )
Retrieve the template's customized options.
Retrieve the template's customized options.
Returns
array
|