1 | <?php |
||
7 | class ShortListPaginationExtension extends DataExtension { |
||
8 | /** |
||
|
|||
9 | * Get a paginated list of the shortlist items. |
||
10 | * |
||
11 | * @return mixed the paginated list of items, or false if the list cannot be found. |
||
12 | * */ |
||
13 | public function paginatedItems() |
||
36 | |||
37 | public function nextPage() |
||
45 | |||
46 | public function prevPage() |
||
54 | } |
||
55 |