Property | Type | Description | |
---|---|---|---|
$json | json. |
Method | Description | |
---|---|---|
run ( ) | ### .run() |
Method | Description | |
---|---|---|
createPageButton ( string $label, integer $page, string $class, boolean $hidden, boolean $selected ) : string | ### .createPageButton() |
protected createPageButton ( string $label, integer $page, string $class, boolean $hidden, boolean $selected ) : string | ||
$label | string | the text label for the button |
$page | integer | the page number |
$class | string | the CSS class for the page button. This could be 'page', 'first', 'last', 'next' or 'previous'. |
$hidden | boolean | whether this page button is visible |
$selected | boolean | whether this page button is selected |
return | string | the generated button |