Searched refs:AnnotationRegistry (Results 1 – 9 of 9) sorted by relevance
5 use Doctrine\Common\Annotations\AnnotationRegistry; alias15 AnnotationRegistry::registerLoader('class_exists');
61 use Doctrine\Common\Annotations\AnnotationRegistry;63 …AnnotationRegistry::registerFile("/path/to/doctrine/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnota…64 …AnnotationRegistry::registerAutoloadNamespace("Symfony\Component\Validator\Constraint", "/path/to/…65 … AnnotationRegistry::registerAutoloadNamespace("MyProject\Annotations", "/path/to/myproject/src");131 …aren't loaded and cannot be autoloaded (using the AnnotationRegistry) would never be visible and n…157 to configure the ``Doctrine\Common\Annotations\AnnotationRegistry``. There are three different mech…160 - Calling ``AnnotationRegistry#registerFile($file)`` to register a file that contains one or more…161 - Calling ``AnnotationRegistry#registerNamespace($namespace, $dirs = null)`` to register that the…178 use Doctrine\Common\Annotations\AnnotationRegistry;181 AnnotationRegistry::registerLoader(function($class) {[all …]
5 in the AnnotationRegistry. Annotation classes have to contain a class-level docblock with the text …
469 return $this->classExists[$fqcn] = AnnotationRegistry::loadAnnotationClass($fqcn);493 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/Enum.php');494 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/Target.php');495 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/Attribute.php');496 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/Attributes.php');
22 final class AnnotationRegistry class
200 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/IgnoreAnnotation.php');
25 - [145: Memory leak in AnnotationRegistry::registerLoader() when called multiple times](https://git…30 - [162: Add registerUniqueLoader to AnnotationRegistry](https://github.com/doctrine/annotations/pul…48 - [137: #135 optimise multiple class load attempts in AnnotationRegistry](https://github.com/doctri…115 - [92: Added tests for AnnotationRegistry class.](https://github.com/doctrine/annotations/pull/92)
14 Doctrine\Common\Annotations\AnnotationRegistry::registerLoader('class_exists');
27 - Document use of AnnotationRegistry [\#1047](https://github.com/schmittjoh/serializer/pull/1047) (…