PHP 클래스 Neos\FluidAdaptor\ViewHelpers\Widget\Controller\PaginateController

상속: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetController
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$configuration array
$currentPage integer
$displayRangeEnd integer
$displayRangeStart integer
$maximumNumberOfLinks integer
$numberOfPages integer
$objects Neos\Flow\Persistence\QueryResultInterface
$pagesAfter integer
$pagesBefore integer

공개 메소드들

메소드 설명
indexAction ( integer $currentPage = 1 ) : void

보호된 메소드들

메소드 설명
buildPagination ( ) : array Returns an array with the keys "pages", "current", "numberOfPages", "nextPage" & "previousPage"
calculateDisplayRange ( ) : void If a certain number of links should be displayed, adjust before and after amounts accordingly.
initializeAction ( ) : void

메소드 상세

buildPagination() 보호된 메소드

Returns an array with the keys "pages", "current", "numberOfPages", "nextPage" & "previousPage"
protected buildPagination ( ) : array
리턴 array

calculateDisplayRange() 보호된 메소드

If a certain number of links should be displayed, adjust before and after amounts accordingly.
protected calculateDisplayRange ( ) : void
리턴 void

indexAction() 공개 메소드

public indexAction ( integer $currentPage = 1 ) : void
$currentPage integer
리턴 void

initializeAction() 보호된 메소드

protected initializeAction ( ) : void
리턴 void

프로퍼티 상세

$configuration 보호되어 있는 프로퍼티

protected array $configuration
리턴 array

$currentPage 보호되어 있는 프로퍼티

protected int $currentPage
리턴 integer

$displayRangeEnd 보호되어 있는 프로퍼티

protected int $displayRangeEnd
리턴 integer

$displayRangeStart 보호되어 있는 프로퍼티

protected int $displayRangeStart
리턴 integer

$numberOfPages 보호되어 있는 프로퍼티

protected int $numberOfPages
리턴 integer

$objects 보호되어 있는 프로퍼티

protected QueryResultInterface,Neos\Flow\Persistence $objects
리턴 Neos\Flow\Persistence\QueryResultInterface

$pagesAfter 보호되어 있는 프로퍼티

protected int $pagesAfter
리턴 integer

$pagesBefore 보호되어 있는 프로퍼티

protected int $pagesBefore
리턴 integer