PaginatorInterface
in
Paginator interface
Table of Contents
Methods
- getCurrentPage() : int
- Return current page
- getFirstItem() : mixed
- Return first item
- getItems() : mixed
- Return paginator items
- getItemsCount() : int
- Return items count
- getLastPage() : int
- Get last page
- getPaginatorData() : array<string|int, mixed>
- Get paginator data
- toArray() : array<string|int, mixed>
- Convert paginator data to array
Methods
getCurrentPage()
Return current page
public
getCurrentPage() : int
Return values
intgetFirstItem()
Return first item
public
getFirstItem() : mixed
getItems()
Return paginator items
public
getItems() : mixed
getItemsCount()
Return items count
public
getItemsCount() : int
Return values
intgetLastPage()
Get last page
public
getLastPage() : int
Return values
intgetPaginatorData()
Get paginator data
public
getPaginatorData() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
Convert paginator data to array
public
toArray() : array<string|int, mixed>