Home
last modified time | relevance | path

Searched refs:fallbackConstructor (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DDoctrineObjectConstructor.php35 private $fallbackConstructor; variable in JMS\\Serializer\\Construction\\DoctrineObjectConstructor
39 * @param ObjectConstructorInterface $fallbackConstructor Fallback object constructor
41 …ruct(ManagerRegistry $managerRegistry, ObjectConstructorInterface $fallbackConstructor, string $fa… argument
44 $this->fallbackConstructor = $fallbackConstructor;
58 … return $this->fallbackConstructor->construct($visitor, $metadata, $data, $type, $context);
66 … return $this->fallbackConstructor->construct($visitor, $metadata, $data, $type, $context);
87 … return $this->fallbackConstructor->construct($visitor, $metadata, $data, $type, $context);
102 … return $this->fallbackConstructor->construct($visitor, $metadata, $data, $type, $context);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DInitializedObjectConstructor.php18 private $fallbackConstructor; variable in JMS\\Serializer\\Tests\\Fixtures\\InitializedObjectConstructor
21 * @param ObjectConstructorInterface $fallbackConstructor Fallback object constructor
23 public function __construct(ObjectConstructorInterface $fallbackConstructor) argument
25 $this->fallbackConstructor = $fallbackConstructor;
37 return $this->fallbackConstructor->construct($visitor, $metadata, $data, $type, $context);