public function CachedReader::clearLoadedAnnotations in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php \Doctrine\Common\Annotations\CachedReader::clearLoadedAnnotations()
Clears loaded annotations.
Return value
void
File
- vendor/
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();
}