1 | <?php |
||
21 | class ResourceSerializationContext |
||
22 | { |
||
23 | /** |
||
24 | * @var array |
||
25 | */ |
||
26 | protected $payload; |
||
27 | |||
28 | /** |
||
29 | * Constructor. |
||
30 | * |
||
31 | * @param array $payload |
||
32 | */ |
||
33 | 11 | public function __construct(array $payload) |
|
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | 3 | public function get(string $key, $default = null) |
|
45 | } |
||
46 |