definition
class definition
This class holds all DEFINE variables from the current page load
Properties
protected array | $definitions |
Methods
mixed
__call(string $name, array $arguments)
Get a DEFINE'd variable
set(string $name, mixed $value)
DEFINE a variable
append(string $name, string $value)
Append to a variable
Details
at line 32
mixed
__call(string $name, array $arguments)
Get a DEFINE'd variable
at line 44
definition
set(string $name, mixed $value)
DEFINE a variable
at line 58
definition
append(string $name, string $value)
Append to a variable