PHP 인터페이스 ApiPlatform\Core\DataProvider\PaginatorInterface

저자: Kévin Dunglas ([email protected])
상속: extends Traversable, extends Countable
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
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