| 1 | <?php |
||
| 11 | abstract class Carbon_Pagination_Item_Direction_Forward_Page extends Carbon_Pagination_Item_Direction_Page { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * If on the last page, the next and last items should be disabled. |
||
| 15 | * |
||
| 16 | * @return bool $result The condition result. |
||
| 17 | */ |
||
| 18 | 3 | public function get_direction_disabled() { |
|
| 32 | |||
| 33 | } |