PHP 클래스 ApiPlatform\Core\Tests\Doctrine\Orm\PaginatorTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
getPaginator ( $firstResult = 1, $maxResults = 15, $totalItems = 42 )
initializeProvider ( )
testGetIterator ( )
testInitialize ( $firstResult, $maxResults, $totalItems, $currentPage, $lastPage )

메소드 상세

getPaginator() 공개 메소드

public getPaginator ( $firstResult = 1, $maxResults = 15, $totalItems = 42 )

initializeProvider() 공개 메소드

public initializeProvider ( )

testGetIterator() 공개 메소드

public testGetIterator ( )

testInitialize() 공개 메소드

public testInitialize ( $firstResult, $maxResults, $totalItems, $currentPage, $lastPage )