manage_templates
implements
renderable, templatable
Table of Contents
Interfaces
- renderable
- templatable
Properties
-
$alertbox
: mixed
-
$object
: automessage_template
-
$table_head
: array<string|int, mixed>
-
$table_size
: mixed
Methods
-
__construct()
: mixed
-
export_for_template()
: array<string|int, mixed>
$alertbox
protected
mixed
$alertbox
= ''
$object
protected
automessage_template
$object
$table_head
protected
array<string|int, mixed>
$table_head
$table_size
protected
mixed
$table_size
= ['50px', '', '', '', '', '', '', '100px']
__construct()
public
__construct([mixed $alertbox = '' ]) : mixed
Parameters
-
$alertbox
: mixed
= ''
-
export_for_template()
public
export_for_template(renderer_base $output) : array<string|int, mixed>
Parameters
-
$output
: renderer_base
-
Return values
array<string|int, mixed>