| 1 | <?php |
||
| 8 | class Carbon_Pagination_Item_Current_Page_Text extends Carbon_Pagination_Item { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Setup the item before rendering. |
||
| 12 | * Setup item tokens. |
||
| 13 | */ |
||
| 14 | 2 | public function setup() { |
|
| 25 | |||
| 26 | /** |
||
| 27 | * Render the item. |
||
| 28 | * |
||
| 29 | * @return string $html The HTML of the item. |
||
| 30 | */ |
||
| 31 | 2 | public function render() { |
|
| 39 | |||
| 40 | } |