PayloadTransformerInterface
PayloadTransformerInterface.php
:
13
Interface
Methods¶
decode()
¶
PayloadTransformerInterface.php
:
25
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $payload | string | - | - |
Return values
array<string, mixed>
Tags
encode()
¶
PayloadTransformerInterface.php
:
18
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $payload | array<string, mixed> | - | - |
Return values
string