Home
last modified time | relevance | path

Searched refs:DoctrineProxySubscriber (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php10 use JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber; alias
23 /** @var DoctrineProxySubscriber */
69 $subscriber = new DoctrineProxySubscriber(true);
80 $subscriber = new DoctrineProxySubscriber(false, false);
151 $this->subscriber = new DoctrineProxySubscriber();
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php16 final class DoctrineProxySubscriber implements EventSubscriberInterface class
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php23 use JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber; alias
272 $this->eventDispatcher->addSubscriber(new DoctrineProxySubscriber());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php12 use JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber; alias
1657 $this->dispatcher->addSubscriber(new DoctrineProxySubscriber());
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md372 - do not disappear type params in DoctrineProxySubscriber [\#793](https://github.com/schmittjoh/ser…
642 - DoctrineProxySubscriber forces loading of the proxy even if custom handler exist [\#575](https://…
966 - DoctrineProxySubscriber not found [\#93](https://github.com/schmittjoh/serializer/issues/93)