public function CachedReader::clearLoadedAnnotations

Clear loaded annotations

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php, line 196

Class

CachedReader
A cache aware annotation reader.

Namespace

Doctrine\Common\Annotations

Code

public function clearLoadedAnnotations() {
  $this->loadedAnnotations = array();
}