TemplateInfo
extends AbstractPropertyMap
in package
TemplateInfo property map
Table of Contents
Properties
- $map : array<string|int, mixed>
- Assoc array of properties camelCase properties => Lower case underscore array keys
Methods
- __construct() : mixed
- Set the property map of TemplateInfo
- getMap() : array<string|int, mixed>
- Return the property map
- setMap() : self
- Set the property map
Properties
$map
Assoc array of properties camelCase properties => Lower case underscore array keys
protected
array<string|int, mixed>
$map
Methods
__construct()
Set the property map of TemplateInfo
public
__construct() : mixed
getMap()
Return the property map
public
getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>setMap()
Set the property map
public
setMap(array<string|int, mixed> $map) : self
Parameters
- $map : array<string|int, mixed>
-
Assoc array of property data