public static function AnnotationReader::addGlobalIgnoredName

Add a new annotation to the globally ignored annotation names with regard to exception handling.

Parameters

string $name:

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php, line 80

Class

AnnotationReader
A reader for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

public static function addGlobalIgnoredName($name) {
  self::$globalIgnoredNames[$name] = true;
}