PHP Class Twig_NodeVisitor_Sandbox, php-framework-benchmarks

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

Protected Properties

Свойство Type Description
$filters
$inAModule
$tags

Méthodes publiques

Méthode 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 méthode

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 méthode

public getPriority ( )

leaveNode() public méthode

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