PHP Class Carew\Twig\NodeVisitor\Paginator

Inheritance: implements Twig_NodeVisitorInterface
Afficher le fichier Open project: carew/carew

Méthodes publiques

Méthode Description
__construct ( $maxPerPage = 10 )
enterNode ( Twig_NodeInterface $node, Twig_Environment $env )
enterPaginationFilterNode ( Twig_Node_Expression_Function $node, Twig_Environment $env )
getPriority ( )
leaveNode ( Twig_NodeInterface $node, Twig_Environment $env )

Private Methods

Méthode Description
alterRenderDocumentsWithPagination ( )

Method Details

__construct() public méthode

public __construct ( $maxPerPage = 10 )

enterNode() public méthode

public enterNode ( Twig_NodeInterface $node, Twig_Environment $env )
$node Twig_NodeInterface
$env Twig_Environment

enterPaginationFilterNode() public méthode

public enterPaginationFilterNode ( Twig_Node_Expression_Function $node, Twig_Environment $env )
$node Twig_Node_Expression_Function
$env Twig_Environment

getPriority() public méthode

public getPriority ( )

leaveNode() public méthode

public leaveNode ( Twig_NodeInterface $node, Twig_Environment $env )
$node Twig_NodeInterface
$env Twig_Environment