Searched refs:ignoredAnnotationNamespaces (Results 1 – 1 of 1) sorted by relevance
128 private $ignoredAnnotationNamespaces = array(); variable in Doctrine\\Common\\Annotations\\DocParser265 * @param bool[] $ignoredAnnotationNamespaces indexed by annotation namespace name269 public function setIgnoredAnnotationNamespaces($ignoredAnnotationNamespaces) argument271 $this->ignoredAnnotationNamespaces = $ignoredAnnotationNamespaces;1187 foreach (array_keys($this->ignoredAnnotationNamespaces) as $ignoredAnnotationNamespace) {