Annotation |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php |
Annotations class. |
AnnotationException |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php |
Description of AnnotationException |
AnnotationReader |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php |
A reader for docblock annotations. |
AnnotationRegistry |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
AnnotationRegistry. |
CachedReader |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php |
A cache aware annotation reader. |
DocLexer |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php |
Simple lexer for docblock annotations. |
DocParser |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php |
A parser for docblock annotations. |
FileCacheReader |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php |
File cache reader for annotations. |
IndexedReader |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php |
Allows the reader to be used in-place of Doctrine's reader. |
PhpParser |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php |
Parses a file for namespaces/use/class declarations. |
Reader |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php |
Interface for annotation readers. |
SimpleAnnotationReader |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Simple Annotation Reader. |
TokenParser |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php |
Parses a file for namespaces/use/class declarations. |