Doctrine\Common\Annotations\AnnotationReader::addGlobalIgnoredNamespace PHP Method

addGlobalIgnoredNamespace() public static method

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;
    }