1 | <?php |
||
19 | final class UpdateRequest implements Request |
||
20 | { |
||
21 | /** @var non-empty-array<int, int|array> */ |
||
22 | private $body; |
||
23 | |||
24 | 16 | public function __construct(int $spaceId, int $indexId, array $key, array $operations) |
|
33 | |||
34 | 16 | public function getType() : int |
|
38 | |||
39 | 16 | public function getBody() : array |
|
43 | } |
||
44 |