namespace Doctrine\Common\Annotations
Object name | File name | Summary |
---|---|---|
Annotation | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php | Annotations class. |
AnnotationException | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php | Description of AnnotationException |
AnnotationReader | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php | A reader for docblock annotations. |
AnnotationRegistry | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php | |
DocLexer | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php | Simple lexer for docblock annotations. |
DocParser | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php | A parser for docblock annotations. |
ImplicitlyIgnoredAnnotationNames | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php | A list of annotations that are implicitly ignored during the parsing process. |
IndexedReader | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php | Allows the reader to be used in-place of Doctrine's reader. |
PhpParser | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php | Parses a file for namespaces/use/class declarations. |
PsrCachedReader | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php | A cache aware annotation reader. |
Reader | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php | Interface for annotation readers. |
TokenParser | vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php | Parses a file for namespaces/use/class declarations. |