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