PHP Class Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController

Inheritance: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetController
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
indexAction ( integer $currentPage = 1 ) : void

Méthodes protégées

Méthode Description
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

Method Details

buildPagination() protected méthode

Returns an array with the keys "pages", "current", "numberOfPages", "nextPage" & "previousPage"
protected buildPagination ( ) : array
Résultat array

calculateDisplayRange() protected méthode

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

indexAction() public méthode

public indexAction ( integer $currentPage = 1 ) : void
$currentPage integer
Résultat void

initializeAction() protected méthode

protected initializeAction ( ) : void
Résultat void

Property Details

$configuration protected_oe property

protected array $configuration
Résultat array

$currentPage protected_oe property

protected int $currentPage
Résultat integer

$displayRangeEnd protected_oe property

protected int $displayRangeEnd
Résultat integer

$displayRangeStart protected_oe property

protected int $displayRangeStart
Résultat integer

$maximumNumberOfNodes protected_oe property

protected int $maximumNumberOfNodes
Résultat integer

$nodeTypeFilter protected_oe property

protected string $nodeTypeFilter
Résultat string

$nodes protected_oe property

protected array<\Neos\ContentRepository\Domain\Model\NodeInterface> $nodes
Résultat array<\Neos\ContentRepository\Domain\Model\NodeInterface>

$numberOfPages protected_oe property

protected int $numberOfPages
Résultat integer

$pagesAfter protected_oe property

protected int $pagesAfter
Résultat integer

$pagesBefore protected_oe property

protected int $pagesBefore
Résultat integer

$parentNode protected_oe property

protected NodeInterface,Neos\ContentRepository\Domain\Model $parentNode
Résultat Neos\ContentRepository\Domain\Model\NodeInterface