private static property AnnotationRegistry::$autoloadNamespaces in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php \Doctrine\Common\Annotations\AnnotationRegistry::autoloadNamespaces
A map of namespaces to use for autoloading purposes based on a PSR-0 convention.
Contains the namespace as key and an array of directories as value. If the value is NULL the include path is used for checking for the corresponding file.
This autoloading mechanism does not utilize the PHP autoloading but implements autoloading on its own.
Type: array
File
- modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ AnnotationRegistry.php, line 37
Class
- AnnotationRegistry
- AnnotationRegistry.
Namespace
Doctrine\Common\AnnotationsCode
private static $autoloadNamespaces = array();