1 | <?php |
||
20 | class ObjectFromElementMutator extends ObjectFromElementAccessor implements ObjectMutatorInterface |
||
21 | { |
||
22 | use TransformElementPayloadTrait; |
||
23 | |||
24 | /** |
||
25 | * @inheritdoc |
||
26 | * @throws FieldNotFoundException |
||
27 | * @throws ElementNotFoundException |
||
28 | */ |
||
29 | public function getPayload(): array |
||
36 | } |
||
37 |