TemplateDefinition
Table of Contents
Properties
-
$location
: Path|null
-
$name
: string
-
$parameters
: array<string|int, mixed>
Methods
-
__construct()
: mixed
$location
public
Path|null
$location
= null
$name
public
string
$name
$parameters
public
array<string|int, mixed>
$parameters
= []
__construct()
public
__construct(string $name[, Path|null $location = null ][, array<string, mixed> $parameters = [] ]) : mixed
Parameters
-
$name
: string
-
-
$location
: Path|null
= null
-
-
$parameters
: array<string, mixed>
= []
-