getVariable()
getVariable(string $which) : mixed
Get a value of a variable which will be exposed to the template files
during render.
Parameters
| string |
$which |
variable to get value of. |
Returns
mixed
— as value of variable, or null if value is not set.