PHP Class TbJsonPager

Inheritance: extends TbPager
Afficher le fichier Open project: yinhe/yincart

Méthodes publiques

Свойство Type Description
$json json.

Méthodes publiques

Méthode Description
run ( ) ### .run()

Méthodes protégées

Méthode Description
createPageButton ( string $label, integer $page, string $class, boolean $hidden, boolean $selected ) : string ### .createPageButton()

Method Details

createPageButton() protected méthode

Creates a page button. You may override this method to customize the page buttons.
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
Résultat string the generated button

run() public méthode

Runs the widget.
public run ( )

Property Details

$json public_oe property

json.
public $json