Searched refs:ignoredAnnotationNames (Results 1 – 2 of 2) sorted by relevance
169 private $ignoredAnnotationNames = array(); variable in Doctrine\\Common\\Annotations\\AnnotationReader315 if (isset($this->ignoredAnnotationNames[$name])) {316 return $this->ignoredAnnotationNames[$name];321 return $this->ignoredAnnotationNames[$name];404 $ignoredAnnotationNames = self::$globalIgnoredNames;410 $ignoredAnnotationNames[$annot] = true;423 $this->ignoredAnnotationNames[$name] = $ignoredAnnotationNames;
120 private $ignoredAnnotationNames = array(); variable in Doctrine\\Common\\Annotations\\DocParser259 $this->ignoredAnnotationNames = $names;485 self::$metadataParser->setIgnoredAnnotationNames($this->ignoredAnnotationNames);719 } elseif ( ! isset($this->ignoredAnnotationNames[$name])725 } elseif (! isset($this->ignoredAnnotationNames[$name]) && $this->classExists($name)) {756 … if ($this->ignoreNotImportedAnnotations || isset($this->ignoredAnnotationNames[$originalName])) {1183 if ($this->ignoreNotImportedAnnotations || isset($this->ignoredAnnotationNames[$name])) {