PHP Класс Neos\ContentRepository\ViewHelpers\Widget\PaginateViewHelper

= Examples = use {paginatedNodes} inside a loop. use {paginatedNodes} inside a loop. use {paginatedNodes} inside a loop.
Наследование: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetViewHelper
Показать файл Открыть проект

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

Свойство Тип Описание
$controller Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController

Открытые методы

Метод Описание
render ( string $as, Neos\ContentRepository\Domain\Model\NodeInterface $parentNode = null, array $nodes = [], string $nodeTypeFilter = null, array $configuration = ['itemsPerPage' => 10, 'insertAbove' => false, 'insertBelow' => true, 'maximumNumberOfLinks' => 99, 'maximumNumberOfNodes' => 0] ) : string Render this view helper

Описание методов

render() публичный Метод

Render this view helper
public render ( string $as, Neos\ContentRepository\Domain\Model\NodeInterface $parentNode = null, array $nodes = [], string $nodeTypeFilter = null, array $configuration = ['itemsPerPage' => 10, 'insertAbove' => false, 'insertBelow' => true, 'maximumNumberOfLinks' => 99, 'maximumNumberOfNodes' => 0] ) : string
$as string Variable name for the result set
$parentNode Neos\ContentRepository\Domain\Model\NodeInterface The parent node of the child nodes to show (instead of specifying the specific node set)
$nodes array The specific collection of nodes to use for this paginator (instead of specifying the parentNode)
$nodeTypeFilter string A node type (or more complex filter) to filter for in the results
$configuration array Additional configuration
Результат string

Описание свойств

$controller защищенное свойство

protected PaginateController,Neos\ContentRepository\ViewHelpers\Widget\Controller $controller
Результат Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController