You are here

public function FileCacheReader::clearLoadedAnnotations in Plug 7

Clears loaded annotations.

Return value

void

File

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

Class

FileCacheReader
File cache reader for annotations.

Namespace

Doctrine\Common\Annotations

Code

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