PHP Class Jarves\Twig\Node\Unsearchable

Inheritance: extends Twig_Node
Show file Open project: jarves/jarves

Public Methods

Method Description
__construct ( Twig_NodeInterface $body, $lineno, $tag = 'unsearchable' )
compile ( Twig_Compiler $compiler ) Compiles the node to PHP.

Method Details

__construct() public method

public __construct ( Twig_NodeInterface $body, $lineno, $tag = 'unsearchable' )
$body Twig_NodeInterface

compile() public method

Compiles the node to PHP.
public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler