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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$configuration array
$currentPage integer
$displayRangeEnd integer
$displayRangeStart integer
$maximumNumberOfLinks integer
$maximumNumberOfNodes integer
$nodeTypeFilter string
$nodes array<\Neos\ContentRepository\Domain\Model\NodeInterface>
$numberOfPages integer
$pagesAfter integer
$pagesBefore integer
$parentNode Neos\ContentRepository\Domain\Model\NodeInterface

공개 메소드들

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

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

protected int $maximumNumberOfNodes
리턴 integer

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

protected string $nodeTypeFilter
리턴 string

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

protected array<\Neos\ContentRepository\Domain\Model\NodeInterface> $nodes
리턴 array<\Neos\ContentRepository\Domain\Model\NodeInterface>

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

protected int $numberOfPages
리턴 integer

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

protected int $pagesAfter
리턴 integer

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

protected int $pagesBefore
리턴 integer

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

protected NodeInterface,Neos\ContentRepository\Domain\Model $parentNode
리턴 Neos\ContentRepository\Domain\Model\NodeInterface