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

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

Protected Properties

Свойство Type Description
$configuration array
$currentPage integer
$displayRangeEnd integer
$displayRangeStart integer
$maximumNumberOfLinks integer
$numberOfPages integer
$objects Neos\Flow\Persistence\QueryResultInterface
$pagesAfter integer
$pagesBefore integer

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

$numberOfPages protected_oe property

protected int $numberOfPages
Résultat integer

$objects protected_oe property

protected QueryResultInterface,Neos\Flow\Persistence $objects
Résultat Neos\Flow\Persistence\QueryResultInterface

$pagesAfter protected_oe property

protected int $pagesAfter
Résultat integer

$pagesBefore protected_oe property

protected int $pagesBefore
Résultat integer