Registers a Global.
string $name The global name:
mixed $value The global value:
public function addGlobal($name, $value) { $this->staging['globals'][$name] = $value; $this->globals = null; }