Sets a persistent variable.
public setVariable ( string $name, mixed $value ) : |
||
$name | string | The name of the variable to set. |
$value | mixed | The value to set. |
Résultat | The application (for chained calls of this method) |