private function getNamespaceOrPackageName() { if ($this->namespaceName === null) { return $this->packageName; } return $this->namespaceName; }