Home
last modified time | relevance | path

Searched refs:AnnotationReader (Results 1 – 15 of 15) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst60 use Doctrine\Common\Annotations\AnnotationReader;
67 $reader = new AnnotationReader();
68 AnnotationReader::addGlobalIgnoredName('dummy');
96 use Doctrine\Common\Annotations\AnnotationReader;
99 new AnnotationReader(),
113 use Doctrine\Common\Annotations\AnnotationReader;
118 new AnnotationReader(),
128 The AnnotationReader works and caches under the
141 use Doctrine\Common\Annotations\AnnotationReader;
144 $reader = new IndexedReader(new AnnotationReader());
[all …]
H A Dindex.rst64 ``Doctrine\Common\Annotations\AnnotationReader``:
71 $reader = new AnnotationReader();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DAnnotationDriverTest.php7 use Doctrine\Common\Annotations\AnnotationReader; alias
15 …return new AnnotationDriver(new AnnotationReader(), new IdenticalPropertyNamingStrategy(), null, $…
H A DDoctrinePHPCRDriverTest.php7 use Doctrine\Common\Annotations\AnnotationReader; alias
91 … new DoctrinePHPCRDriver(new AnnotationReader(), __DIR__ . '/../../Fixtures/DoctrinePHPCR')
101 return new AnnotationDriver(new AnnotationReader(), new IdenticalPropertyNamingStrategy());
H A DDoctrineDriverTest.php7 use Doctrine\Common\Annotations\AnnotationReader; alias
131 new DoctrineDriver(new AnnotationReader(), __DIR__ . '/../../Fixtures/Doctrine')
144 return new AnnotationDriver(new AnnotationReader(), new IdenticalPropertyNamingStrategy());
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php4 use Doctrine\Common\Annotations\AnnotationReader; alias
57 … $metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), $naming));
64 $metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader()));
H A DXmlSchemaDateHandlerSerializationTest.php4 use Doctrine\Common\Annotations\AnnotationReader; alias
55 … $metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), $naming));
62 $metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader()));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DSerializationContextFactoryTest.php7 use Doctrine\Common\Annotations\AnnotationReader; alias
35 …$this->metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), $namingS…
H A DGraphNavigatorTest.php7 use Doctrine\Common\Annotations\AnnotationReader; alias
154 …$this->metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), new Iden…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php7 use Doctrine\Common\Annotations\AnnotationReader; alias
137 $cfg->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
H A DObjectConstructorTest.php7 use Doctrine\Common\Annotations\AnnotationReader; alias
271 $cfg->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php7 use Doctrine\Common\Annotations\AnnotationReader; alias
124 * @var AnnotationReader
506 $annotationReader = new AnnotationReader();
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md45 - [133: Add @throws annotation in AnnotationReader#__construct()](https://github.com/doctrine/annot…
90 via `Doctrine\Common\Annotations\AnnotationReader::addGlobalIgnoredNamespace()` and
101 the `AnnotationReader` constructor
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php37 class AnnotationReader implements Reader class
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md986 - Use the AnnotationReader interface in the SerializerBuilder, instead of the implemented Annotatio…