equal
deleted
inserted
replaced
16 * |
16 * |
17 * @param int $perPage |
17 * @param int $perPage |
18 * @param string $pageName |
18 * @param string $pageName |
19 * @return \Illuminate\Contracts\Pagination\LengthAwarePaginator |
19 * @return \Illuminate\Contracts\Pagination\LengthAwarePaginator |
20 */ |
20 */ |
21 public function paginateAll($perPage = 15, $pageName = 'page'); |
21 public function paginateAll($perPage = 15, $pageName = 'page', $page = null); |
22 |
22 |
23 public function getCount(); |
23 public function getCount(); |
24 } |
24 } |