Home
last modified time | relevance | path

Searched refs:registerAutoloadNamespace (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst64 …AnnotationRegistry::registerAutoloadNamespace("Symfony\Component\Validator\Constraint", "/path/to/…
65 … AnnotationRegistry::registerAutoloadNamespace("MyProject\Annotations", "/path/to/myproject/src");
72 ``AnnotationRegistry#registerAutoloadNamespace`` which creates a PSR-0 compatible loading mechanism…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php81 public static function registerAutoloadNamespace(string $namespace, $dirs = null) : void function in Doctrine\\Common\\Annotations\\AnnotationRegistry