PHP Class Twig_NodeVisitor_Sandbox, php-framework-benchmarks

Author: Fabien Potencier ([email protected])
Inheritance: extends Twig_BaseNodeVisitor
Datei anzeigen Open project: pmjones/php-framework-benchmarks

Protected Properties

Property Type Description
$filters
$inAModule
$tags

Public Methods

Method Description
enterNode ( Twig_NodeInterface $node, Twig_Environment $env ) Called before child nodes are visited.
getPriority ( )
leaveNode ( Twig_NodeInterface $node, Twig_Environment $env ) Called after child nodes are visited.

Method Details

enterNode() public method

Called before child nodes are visited.
public enterNode ( Twig_NodeInterface $node, Twig_Environment $env )
$node Twig_NodeInterface The node to visit
$env Twig_Environment The Twig environment instance

getPriority() public method

public getPriority ( )

leaveNode() public method

Called after child nodes are visited.
public leaveNode ( Twig_NodeInterface $node, Twig_Environment $env )
$node Twig_NodeInterface The node to visit
$env Twig_Environment The Twig environment instance

Property Details

$filters protected_oe property

protected $filters

$inAModule protected_oe property

protected $inAModule

$tags protected_oe property

protected $tags