PHP Интерфейс ApiPlatform\Core\DataProvider\PaginatorInterface

Автор: Kévin Dunglas ([email protected])
Наследование: extends Traversable, extends Countable
Показать файл Открыть проект

Открытые методы

Метод Описание
getCurrentPage ( ) : float Gets the current page number.
getItemsPerPage ( ) : float Gets the number of items by page.
getLastPage ( ) : float Gets last page.
getTotalItems ( ) : float Gets the number of items in the whole collection.

Описание методов

getCurrentPage() публичный Метод

Gets the current page number.
public getCurrentPage ( ) : float
Результат float

getItemsPerPage() публичный Метод

Gets the number of items by page.
public getItemsPerPage ( ) : float
Результат float

getLastPage() публичный Метод

Gets last page.
public getLastPage ( ) : float
Результат float

getTotalItems() публичный Метод

Gets the number of items in the whole collection.
public getTotalItems ( ) : float
Результат float