public static function AnnotationReader::addGlobalIgnoredName in Plug 7
Add a new annotation to the globally ignored annotation names with regard to exception handling.
Parameters
string $name:
File
- lib/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ AnnotationReader.php, line 110
Class
- AnnotationReader
- A reader for docblock annotations.
Namespace
Doctrine\Common\AnnotationsCode
public static function addGlobalIgnoredName($name) {
self::$globalIgnoredNames[$name] = true;
}