Home
last modified time | relevance | path

Searched refs:ObjectConstructorInterface (Results 1 – 9 of 9) sorted by last modified time

/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/Factory/
H A DDeserializationGraphNavigatorFactory.php8 use JMS\Serializer\Construction\ObjectConstructorInterface; alias
27 * @var ObjectConstructorInterface
46 ObjectConstructorInterface $objectConstructor,
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DDoctrineObjectConstructor.php17 final class DoctrineObjectConstructor implements ObjectConstructorInterface
33 * @var ObjectConstructorInterface
39 * @param ObjectConstructorInterface $fallbackConstructor Fallback object constructor
41 …public function __construct(ManagerRegistry $managerRegistry, ObjectConstructorInterface $fallback…
H A DObjectConstructorInterface.php16 interface ObjectConstructorInterface interface
H A DUnserializeObjectConstructor.php12 final class UnserializeObjectConstructor implements ObjectConstructorInterface
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php8 use JMS\Serializer\Construction\ObjectConstructorInterface; alias
69 * @var ObjectConstructorInterface
80 ObjectConstructorInterface $objectConstructor,
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php15 use JMS\Serializer\Construction\ObjectConstructorInterface; alias
89 * @var ObjectConstructorInterface
285 public function setObjectConstructor(ObjectConstructorInterface $constructor): self
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DInitializedBlogPostConstructor.php7 use JMS\Serializer\Construction\ObjectConstructorInterface; alias
13 class InitializedBlogPostConstructor implements ObjectConstructorInterface
H A DInitializedObjectConstructor.php7 use JMS\Serializer\Construction\ObjectConstructorInterface; alias
16 class InitializedObjectConstructor implements ObjectConstructorInterface
21 * @param ObjectConstructorInterface $fallbackConstructor Fallback object constructor
23 public function __construct(ObjectConstructorInterface $fallbackConstructor)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php23 use JMS\Serializer\Construction\ObjectConstructorInterface; alias
61 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
80 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
93 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
107 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
122 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
141 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
156 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
170 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();
183 $fallback = $this->getMockBuilder(ObjectConstructorInterface::class)->getMock();