You are here

public function CachedReader::clearLoadedAnnotations in Plug 7

Clears loaded annotations.

Return value

void

File

lib/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php, line 177

Class

CachedReader
A cache aware annotation reader.

Namespace

Doctrine\Common\Annotations

Code

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