PHP 클래스 TbJsonPager

상속: extends TbPager
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$json json.

공개 메소드들

메소드 설명
run ( ) ### .run()

보호된 메소드들

메소드 설명
createPageButton ( string $label, integer $page, string $class, boolean $hidden, boolean $selected ) : string ### .createPageButton()

메소드 상세

createPageButton() 보호된 메소드

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
리턴 string the generated button

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$json 공개적으로 프로퍼티

json.
public $json