Doctrine\Common\Annotations\AnnotationReader::addGlobalIgnoredNamespace PHP Méthode

addGlobalIgnoredNamespace() public static méthode

Add a new annotation to the globally ignored annotation namespaces with regard to exception handling.
public static addGlobalIgnoredNamespace ( string $namespace )
$namespace string
    public static function addGlobalIgnoredNamespace($namespace)
    {
        self::$globalIgnoredNamespaces[$namespace] = true;
    }