AnnotationRegistry
Expanded class hierarchy of AnnotationRegistry
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationRegistry:: |
private static | property | A map of namespaces to use for autoloading purposes based on a PSR-0 convention. | |
AnnotationRegistry:: |
private static | property | A map of autoloader callables. | |
AnnotationRegistry:: |
public static | function | Autoload an annotation class silently. | |
AnnotationRegistry:: |
public static | function | Add a namespace with one or many directories to look for files or null for the include path. | |
AnnotationRegistry:: |
public static | function | Register multiple namespaces | |
AnnotationRegistry:: |
public static | function | Register file | |
AnnotationRegistry:: |
public static | function | Register an autoloading callable for annotations, much like spl_autoload_register(). | |
AnnotationRegistry:: |
public static | function |