final class AnnotationRegistry

AnnotationRegistry

Hierarchy

Expanded class hierarchy of AnnotationRegistry

3 files declare their use of AnnotationRegistry

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php, line 25

Namespace

Doctrine\Common\Annotations
View source

Members

Namesort descending Modifiers Type Description Overrides
AnnotationRegistry::$autoloadNamespaces private static property A map of namespaces to use for autoloading purposes based on a PSR-0 convention.
AnnotationRegistry::$loaders private static property A map of autoloader callables.
AnnotationRegistry::loadAnnotationClass public static function Autoload an annotation class silently.
AnnotationRegistry::registerAutoloadNamespace public static function Add a namespace with one or many directories to look for files or null for the include path.
AnnotationRegistry::registerAutoloadNamespaces public static function Register multiple namespaces
AnnotationRegistry::registerFile public static function Register file
AnnotationRegistry::registerLoader public static function Register an autoloading callable for annotations, much like spl_autoload_register().
AnnotationRegistry::reset public static function