1 | <?php |
||
19 | final class Update implements Request |
||
20 | { |
||
21 | private $spaceId; |
||
22 | private $indexId; |
||
23 | private $key; |
||
24 | private $operations; |
||
25 | |||
26 | public function __construct(int $spaceId, int $indexId, array $key, array $operations) |
||
33 | |||
34 | public function getType() : int |
||
38 | |||
39 | public function getBody() : array |
||
48 | } |
||
49 |