Home
last modified time | relevance | path

Searched refs:AnnotationRegistry (Results 1 – 9 of 9) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbootstrap.php5 use Doctrine\Common\Annotations\AnnotationRegistry; alias
15 AnnotationRegistry::registerLoader('class_exists');
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst61 use Doctrine\Common\Annotations\AnnotationRegistry;
63AnnotationRegistry::registerFile("/path/to/doctrine/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnota…
64AnnotationRegistry::registerAutoloadNamespace("Symfony\Component\Validator\Constraint", "/path/to/…
65AnnotationRegistry::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 …]
H A Dcustom.rst5 in the AnnotationRegistry. Annotation classes have to contain a class-level docblock with the text …
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php469 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');
H A DAnnotationRegistry.php22 final class AnnotationRegistry class
H A DAnnotationReader.php200 AnnotationRegistry::registerFile(__DIR__ . '/Annotation/IgnoreAnnotation.php');
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md25 - [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)
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst14 Doctrine\Common\Annotations\AnnotationRegistry::registerLoader('class_exists');
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md27 - Document use of AnnotationRegistry [\#1047](https://github.com/schmittjoh/serializer/pull/1047) (…