class FileCacheReader

File cache reader for annotations.

@author Johannes M. Schmitt <schmittjoh@gmail.com> @author Benjamin Eberlei <kontakt@beberlei.de>

Hierarchy

Expanded class hierarchy of FileCacheReader

2 files declare their use of FileCacheReader

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php, line 29

Namespace

Doctrine\Common\Annotations
View source

Members

Namesort descending Modifiers Type Description Overrides
FileCacheReader::$debug private property
FileCacheReader::$dir private property
FileCacheReader::$loadedAnnotations private property
FileCacheReader::$reader private property
FileCacheReader::clearLoadedAnnotations public function Clear stores annotations
FileCacheReader::getClassAnnotation public function Gets a class annotation. Overrides Reader::getClassAnnotation
FileCacheReader::getClassAnnotations public function Retrieve annotations for class Overrides Reader::getClassAnnotations
FileCacheReader::getMethodAnnotation public function Gets a method annotation. Overrides Reader::getMethodAnnotation
FileCacheReader::getMethodAnnotations public function Retrieve annotations for method Overrides Reader::getMethodAnnotations
FileCacheReader::getPropertyAnnotation public function Gets a property annotation. Overrides Reader::getPropertyAnnotation
FileCacheReader::getPropertyAnnotations public function Get annotations for property Overrides Reader::getPropertyAnnotations
FileCacheReader::saveCacheFile private function Save cache file
FileCacheReader::__construct public function Constructor