TemplateTypeAssistant
in package
AbstractYes
An abstract class to define an assistant to the template type objects in the database.
Tags
Table of Contents
Methods
- get_type() : CmsLayoutTemplateType
- Get the type object for the current assistant.
- get_usage_string() : string
- Get a usage string for the current assistant.
Methods
get_type()
Get the type object for the current assistant.
public
abstract & get_type() : CmsLayoutTemplateType
Return values
CmsLayoutTemplateTypeget_usage_string()
Get a usage string for the current assistant.
public
abstract get_usage_string(string $name) : string
Parameters
- $name : string
-
The template name.