Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionHandlerTest.php8 use JMS\Serializer\Handler\ArrayCollectionHandler; alias
23 $handler = new ArrayCollectionHandler();
41 $handler = new ArrayCollectionHandler(false);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php15 final class ArrayCollectionHandler implements SubscribingHandlerInterface class
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php31 use JMS\Serializer\Handler\ArrayCollectionHandler; alias
255 $this->handlerRegistry->registerSubscribingHandler(new ArrayCollectionHandler());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php17 use JMS\Serializer\Handler\ArrayCollectionHandler; alias
1623 $this->handlerRegistry->registerSubscribingHandler(new ArrayCollectionHandler());
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md955 - Add Doctrine\ODM\PHPCR\ChildrenCollection to ArrayCollectionHandler [\#143](https://github.com/sc…