1 | <?php |
||
11 | abstract class Carbon_Pagination_Item_Direction_Backward_Page extends Carbon_Pagination_Item_Direction_Page { |
||
12 | |||
13 | /** |
||
14 | * If we're on the first page, the first and prev items |
||
15 | * should be disabled. |
||
16 | * |
||
17 | * @return bool $result The condition result. |
||
18 | */ |
||
19 | 3 | public function get_direction_disabled() { |
|
24 | |||
25 | } |