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
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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