public function isGlobalVariableExcluded(string $variableName) : bool { return isset($this->globalVariables[$variableName]); }