Method | Description | |
---|---|---|
destroy ( string $name ) | Destroys a variable in the context. | |
exists ( string $name ) : boolean | Checks whether or not the variable exists. | |
get ( string $name, boolean $ignore_error = false ) : mixed | Retrieves a variable reference from the context. | |
loadArray ( array $context_array ) | Loads a series of variables from an associative array | |
register ( string $name, mixed &$ref ) | Registers a variable into the context. |