Phan\Language\FQSEN\FullyQualifiedClassConstantName::getNamespaceMapType PHP Méthode

getNamespaceMapType() protected static méthode

protected static getNamespaceMapType ( ) : integer
Résultat 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