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

Parameters

string $name
array $arguments

Return Value

mixed

Null if not found

at line 44
definition set(string $name, mixed $value)

DEFINE a variable

Parameters

string $name
mixed $value

Return Value

definition

at line 58
definition append(string $name, string $value)

Append to a variable

Parameters

string $name
string $value

Return Value

definition