renderPageButton() protected method
Renders a page button.
You may override this method to customize the generation of page buttons.
| protected string renderPageButton ( $label, $page, $class, $disabled, $active ) | ||
|---|---|---|
| $label | string |
The text label for the button |
| $page | integer |
The page number |
| $class | string |
The CSS class for the page button. |
| $disabled | boolean |
Whether this page button is disabled |
| $active | boolean |
Whether this page button is active |
| return | string |
The rendering result |
Please login to continue.