PHP 클래스 ApiPlatform\Core\Bridge\Doctrine\Orm\Paginator

저자: Kévin Dunglas ([email protected])
상속: implements IteratorAggregate, implements ApiPlatform\Core\DataProvider\PaginatorInterface
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
__construct ( Doctrine\ORM\Tools\Pagination\Paginator $paginator )
count ( )
getCurrentPage ( ) : float
getItemsPerPage ( ) : float
getIterator ( )
getLastPage ( ) : float
getTotalItems ( ) : float

메소드 상세

__construct() 공개 메소드

public __construct ( Doctrine\ORM\Tools\Pagination\Paginator $paginator )
$paginator Doctrine\ORM\Tools\Pagination\Paginator

count() 공개 메소드

public count ( )

getCurrentPage() 공개 메소드

public getCurrentPage ( ) : float
리턴 float

getItemsPerPage() 공개 메소드

public getItemsPerPage ( ) : float
리턴 float

getIterator() 공개 메소드

public getIterator ( )

getLastPage() 공개 메소드

public getLastPage ( ) : float
리턴 float

getTotalItems() 공개 메소드

public getTotalItems ( ) : float
리턴 float