PHP Class Symfony\Bundle\AsseticBundle\Twig\AsseticNodeVisitor

Author: Kris Wallsmith ([email protected])
Inheritance: implements Twig_NodeVisitorInterface
Show file Open project: pmjones/php-framework-benchmarks

Public Methods

Method Description
enterNode ( Twig_NodeInterface $node, Twig_Environment $env )
getPriority ( )
leaveNode ( Twig_NodeInterface $node, Twig_Environment $env )

Private Methods

Method Description
checkNode ( Twig_NodeInterface $node, Twig_Environment $env ) : array | null Extracts formulae from filter function nodes.

Method Details

enterNode() public method

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

getPriority() public method

public getPriority ( )

leaveNode() public method

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