@@ -21,6 +21,10 @@ |
||
| 21 | 21 | private $offset; |
| 22 | 22 | private $limit; |
| 23 | 23 | |
| 24 | + /** |
|
| 25 | + * @param integer $offset |
|
| 26 | + * @param integer $limit |
|
| 27 | + */ |
|
| 24 | 28 | public function __construct(array $ids, $offset, $limit) |
| 25 | 29 | { |
| 26 | 30 | $this->ids = $ids; |