ALIGNMENT_CENTER
ALIGNMENT_CENTER
## Bootstrap pager.
createPageButton(string $label, integer $page, string $class, boolean $hidden, boolean $selected) : string
### .createPageButton()
Creates a page button. You may override this method to customize the page buttons.
string | $label | the text label for the button |
integer | $page | the page number |
string | $class | the CSS class for the page button. This could be 'page', 'first', 'last', 'next' or 'previous'. |
boolean | $hidden | whether this page button is visible |
boolean | $selected | whether this page button is selected |
the generated button