PHP Класс Neos\FluidAdaptor\ViewHelpers\Widget\Controller\PaginateController

Наследование: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetController
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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