/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | annotations.rst | 60 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 D | index.rst | 64 ``Doctrine\Common\Annotations\AnnotationReader``: 71 $reader = new AnnotationReader();
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/ |
H A D | AnnotationDriverTest.php | 7 use Doctrine\Common\Annotations\AnnotationReader; alias 15 …return new AnnotationDriver(new AnnotationReader(), new IdenticalPropertyNamingStrategy(), null, $…
|
H A D | DoctrinePHPCRDriverTest.php | 7 use Doctrine\Common\Annotations\AnnotationReader; alias 91 … new DoctrinePHPCRDriver(new AnnotationReader(), __DIR__ . '/../../Fixtures/DoctrinePHPCR') 101 return new AnnotationDriver(new AnnotationReader(), new IdenticalPropertyNamingStrategy());
|
H A D | DoctrineDriverTest.php | 7 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 D | XmlSchemaDateHandlerDeserializationTest.php | 4 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 D | XmlSchemaDateHandlerSerializationTest.php | 4 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 D | SerializationContextFactoryTest.php | 7 use Doctrine\Common\Annotations\AnnotationReader; alias 35 …$this->metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), $namingS…
|
H A D | GraphNavigatorTest.php | 7 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 D | IntegrationTest.php | 7 use Doctrine\Common\Annotations\AnnotationReader; alias 137 $cfg->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
|
H A D | ObjectConstructorTest.php | 7 use Doctrine\Common\Annotations\AnnotationReader; alias 271 $cfg->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/ |
H A D | SerializerBuilder.php | 7 use Doctrine\Common\Annotations\AnnotationReader; alias 124 * @var AnnotationReader 506 $annotationReader = new AnnotationReader();
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/ |
H A D | CHANGELOG.md | 45 - [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 D | AnnotationReader.php | 37 class AnnotationReader implements Reader class
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | CHANGELOG.md | 986 - Use the AnnotationReader interface in the SerializerBuilder, instead of the implemented Annotatio…
|