Searched refs:fallbackConstructor (Results 1 – 2 of 2) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | InitializedObjectConstructor.php | 18 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);
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/ |
H A D | DoctrineObjectConstructor.php | 35 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);
|