PHP 클래스 PaginationHelper, spaghettiphp

ALL parameters are specified in the component.
상속: extends Helper
파일 보기 프로젝트 열기: spaghettiphp/spaghettiphp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$model

공개 메소드들

메소드 설명
first ( $text, $attr = [] )
hasNext ( )
hasPrevious ( )
last ( $text, $attr = [] )
model ( $model )
next ( $text, $attr = [] )
numbers ( $options = [] )
page ( )
pages ( )
previous ( $text, $attr = [] )
records ( )

메소드 상세

first() 공개 메소드

public first ( $text, $attr = [] )

hasNext() 공개 메소드

public hasNext ( )

hasPrevious() 공개 메소드

public hasPrevious ( )

last() 공개 메소드

public last ( $text, $attr = [] )

model() 공개 메소드

public model ( $model )

next() 공개 메소드

public next ( $text, $attr = [] )

numbers() 공개 메소드

public numbers ( $options = [] )

page() 공개 메소드

public page ( )

pages() 공개 메소드

public pages ( )

previous() 공개 메소드

public previous ( $text, $attr = [] )

records() 공개 메소드

public records ( )

프로퍼티 상세

$model 보호되어 있는 프로퍼티

protected $model