Constructor.
Initializes a new SimpleAnnotationReader.
public function __construct() { $this->parser = new DocParser(); $this->parser ->setIgnoreNotImportedAnnotations(true); $this->parser ->setIgnoredAnnotationNames($this->ignoredAnnotations); }