1 | <?php |
||
7 | class Carbon_Pagination_Item_First_Page extends Carbon_Pagination_Item_Direction_Backward_Page { |
||
8 | |||
9 | /** |
||
10 | * The HTML of the direction item. |
||
11 | * |
||
12 | * @return string $html The direction item HTML. |
||
13 | */ |
||
14 | 1 | public function get_direction_html() { |
|
18 | |||
19 | /** |
||
20 | * The number of the page to link to. |
||
21 | * |
||
22 | * @return int $page The number of the page to link to. |
||
23 | */ |
||
24 | 1 | public function get_direction_page_number() { |
|
27 | |||
28 | } |