PHP Class Neos\ContentRepository\ViewHelpers\Widget\PaginateViewHelper

= Examples = use {paginatedNodes} inside a loop. use {paginatedNodes} inside a loop. use {paginatedNodes} inside a loop.
Inheritance: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetViewHelper
ファイルを表示 Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$controller Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController

Public Methods

Method Description
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

Method Details

render() public method

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
return string

Property Details

$controller protected_oe property

protected PaginateController,Neos\ContentRepository\ViewHelpers\Widget\Controller $controller
return Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController