Phan\Language\FQSEN\FullyQualifiedGlobalStructuralElement::getNamespace PHP Method

getNamespace() public method

public getNamespace ( ) : string
return string The namespace associated with this FQSEN or null if not defined
    public function getNamespace() : string
    {
        return $this->namespace;
    }