Phan\Language\FQSEN\FullyQualifiedFunctionName::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_FUNCTION;
    }