class IndexedReader

Allows the reader to be used in-place of Doctrine's reader.

@author Johannes M. Schmitt <schmittjoh@gmail.com>

Hierarchy

Expanded class hierarchy of IndexedReader

File

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

Namespace

Doctrine\Common\Annotations
View source

Members

Namesort descending Modifiers Type Description Overrides
IndexedReader::$delegate private property
IndexedReader::getClassAnnotation public function Get selected annotation for class Overrides Reader::getClassAnnotation
IndexedReader::getClassAnnotations public function Get Annotations for class Overrides Reader::getClassAnnotations
IndexedReader::getMethodAnnotation public function Get selected annotation for method Overrides Reader::getMethodAnnotation
IndexedReader::getMethodAnnotations public function Get Annotations for method Overrides Reader::getMethodAnnotations
IndexedReader::getPropertyAnnotation public function Get selected annotation for property Overrides Reader::getPropertyAnnotation
IndexedReader::getPropertyAnnotations public function Get annotations for property Overrides Reader::getPropertyAnnotations
IndexedReader::__call public function Proxy all methods to the delegate.
IndexedReader::__construct public function Constructor