public function addGlobalVariable(string $variableName) : void { $this->globalVariables[$variableName] = true; }