Home
last modified time | relevance | path

Searched refs:getIgnoredAnnotationNames (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php219 $this->parser->setIgnoredAnnotationNames($this->getIgnoredAnnotationNames($class));
251 $this->parser->setIgnoredAnnotationNames($this->getIgnoredAnnotationNames($class));
283 $this->parser->setIgnoredAnnotationNames($this->getIgnoredAnnotationNames($class));
312 private function getIgnoredAnnotationNames(ReflectionClass $class) function in Doctrine\\Common\\Annotations\\AnnotationReader