PHP 클래스 Askedio\ItemPaginator\ItemPaginator

상속: extends Illuminate\Pagination\Paginator, implements Illuminate\Contracts\Support\Arrayable, implements ArrayAcces\ArrayAccess, implements Countabl\Countable, implements IteratorAggregat\IteratorAggregate, implements JsonSerializabl\JsonSerializable, implements Illuminate\Contracts\Support\Jsonable, implements Illuminate\Contracts\Pagination\Paginator
파일 보기 프로젝트 열기: askedio/laravel-item-paginate 1 사용 예제들

공개 메소드들

메소드 설명
firstItem ( ) : integer Get the number of the first item in the slice.
lastItem ( ) : integer Get the number of the last item in the slice.
nextPageUrl ( ) : string | null Get the URL for the next page.
toArray ( ) : array Get the instance as an array.

보호된 메소드들

메소드 설명
getField ( )

메소드 상세

firstItem() 공개 메소드

Get the number of the first item in the slice.
public firstItem ( ) : integer
리턴 integer

getField() 보호된 메소드

protected getField ( )

lastItem() 공개 메소드

Get the number of the last item in the slice.
public lastItem ( ) : integer
리턴 integer

nextPageUrl() 공개 메소드

Get the URL for the next page.
public nextPageUrl ( ) : string | null
리턴 string | null

toArray() 공개 메소드

Get the instance as an array.
public toArray ( ) : array
리턴 array