Phan\Language\FQSEN\FullyQualifiedClassConstantName::getNamespaceMapType PHP Метод

getNamespaceMapType() защищенный статический Метод

protected static getNamespaceMapType ( ) : integer
Результат 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