Collection
Table of Contents
Constants
-
TEMPLATE_ALERT
= 'alert'
-
TEMPLATE_IMPORTANT
= 'important'
-
TEMPLATE_NEWS
= 'news'
-
TEMPLATE_NOTIFY
= 'notify'
-
TEMPLATE_PLAIN
= 'plain'
Methods
-
getTemplateList()
: array<string|int, mixed>
-
makeTemplate()
: Template
TEMPLATE_ALERT
public
mixed
TEMPLATE_ALERT
= 'alert'
TEMPLATE_IMPORTANT
public
mixed
TEMPLATE_IMPORTANT
= 'important'
TEMPLATE_NEWS
public
mixed
TEMPLATE_NEWS
= 'news'
TEMPLATE_NOTIFY
public
mixed
TEMPLATE_NOTIFY
= 'notify'
TEMPLATE_PLAIN
public
mixed
TEMPLATE_PLAIN
= 'plain'
getTemplateList()
public
static getTemplateList() : array<string|int, mixed>
Return values
array<string|int, mixed>
makeTemplate()
public
static makeTemplate(string $type) : Template
Parameters
-
$type
: string
-