public function DocParser::setIgnoreNotImportedAnnotations

Sets ignore on not-imported annotations

Parameters

$bool:

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php, line 231

Class

DocParser
A parser for docblock annotations.

Namespace

Doctrine\Common\Annotations

Code

public function setIgnoreNotImportedAnnotations($bool) {
  $this->ignoreNotImportedAnnotations = (bool) $bool;
}