| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | class NativeQueryPagable implements Pageable |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * NativeQueryPagable constructor. |
||
| 22 | * |
||
| 23 | * @param NativeQuery $queryWrapper |
||
| 24 | * @param Statement $countQuery |
||
| 25 | */ |
||
| 26 | public function __construct(NativeQuery $queryWrapper, Statement $countQuery) |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @{inheritDoc} |
||
| 34 | */ |
||
| 35 | public function getTotal() |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @{inheritDoc} |
||
| 43 | */ |
||
| 44 | public function setRange($start, $length) |
||
| 50 |