| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | 32 | public function __construct($spaceId, $indexId, array $key, $offset, $limit, $iterator) |
|
| 17 | { |
||
| 18 | 32 | $this->spaceId = $spaceId; |
|
| 19 | 32 | $this->indexId = $indexId; |
|
| 20 | 32 | $this->key = $key; |
|
| 21 | 32 | $this->offset = $offset; |
|
| 22 | 32 | $this->limit = $limit; |
|
| 23 | 32 | $this->iterator = $iterator; |
|
| 24 | 32 | } |
|
| 25 | |||
| 43 |