Phan\Language\FQSEN\FullyQualifiedClassConstantName::getNamespaceMapType PHP Method

getNamespaceMapType() protected static method

protected static getNamespaceMapType ( ) : integer
return integer The namespace map type such as \ast\flags\USE_NORMAL or \ast\flags\USE_FUNCTION
    protected static function getNamespaceMapType() : int
    {
        return \ast\flags\USE_CONST;
    }
FullyQualifiedClassConstantName