Sets the annotation namespaces that are ignored during the parsing process.
bool[] $ignoredAnnotationNamespaces indexed by annotation namespace name:
void
public function setIgnoredAnnotationNamespaces(array $ignoredAnnotationNamespaces) { $this->ignoredAnnotationNamespaces = $ignoredAnnotationNamespaces; }