TemplateTypeAssistant View code

An abstract class to define an assistant to the template type objects in the database.

package

CMS

license

GPL

since 2.2
author

Robert Campbell calguy1000@gmail.com

Methods

get_type() : \CMSMS\Layout\CmsLayoutTemplateType

Get the type object for the current assistant.

abstract

Response

\CMSMS\Layout\CmsLayoutTemplateType

get_usage_string(string $name) : string

Get a usage string for the current assistant.

abstract

Arguments

string $name

The template name.

Response

string