You are here

namespace Doctrine\Common\Annotations in Zircon Profile 8

Same name in other branches
  1. 8.0 Doctrine\Common\Annotations
Classsort descending Location Description
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 AnnotationRegistry.
CachedReader vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php A cache aware annotation reader.
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.
FileCacheReader vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php File cache reader for annotations.
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.
Reader vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php Interface for annotation readers.
SimpleAnnotationReader vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php Simple Annotation Reader.
TokenParser vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php Parses a file for namespaces/use/class declarations.