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\AnnotationsCode
public function clearLoadedAnnotations() {
$this->loadedAnnotations = array();
}