Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function __construct(int $spaceId, int $indexId, array $key, int $offset, int $limit, int $iteratorType) |
||
29 | { |
||
30 | $this->spaceId = $spaceId; |
||
31 | $this->indexId = $indexId; |
||
32 | $this->key = $key; |
||
33 | $this->offset = $offset; |
||
34 | $this->limit = $limit; |
||
35 | $this->iteratorType = $iteratorType; |
||
36 | } |
||
55 |