You are here

public function FileCacheReader::clearLoadedAnnotations in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php \Doctrine\Common\Annotations\FileCacheReader::clearLoadedAnnotations()

Clears loaded annotations.

Return value

void

File

vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php, line 284

Class

FileCacheReader
File cache reader for annotations.

Namespace

Doctrine\Common\Annotations

Code

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