Paginate_Node

Type
Class
Namespace
Craft
Inherits
Craft\Paginate_Node » Twig_Node
Since
1.0

Represents a paginate node.

See also http://craftcms.com

View source (opens new window)

# Public Methods

Method Description
compile() Compiles the node to PHP.

# compile()

Compiles the node to PHP.

View source (opens new window)

Arguments

  • $compiler (\Twig_Compiler)

Returns

null (opens new window)

Signature

public null compile ( \Twig_Compiler $compiler )