CMS Made Simple API

TemplateTypeAssistant
in package

AbstractYes

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

Tags
license

GPL

since
2.2
author

Robert Campbell calguy1000@gmail.com

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
CmsLayoutTemplateType

get_usage_string()

Get a usage string for the current assistant.

public abstract get_usage_string(string $name) : string
Parameters
$name : string

The template name.

Return values
string

        
On this page

Search results