| 1 | <?php |
||
| 10 | class InformationCollectionContentsAdapter extends BaseAdapter |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var \Netgen\InformationCollection\API\Value\Filter\Query |
||
| 14 | */ |
||
| 15 | protected $query; |
||
| 16 | |||
| 17 | public function __construct(InformationCollection $informationCollectionService, Query $query) |
||
| 22 | |||
| 23 | public function getNbResults() |
||
| 33 | |||
| 34 | public function getSlice($offset, $length) |
||
| 46 | } |
||
| 47 |