PHP Class Symfony\Bundle\TwigBundle\Node\RouteNode

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

Méthodes publiques

Méthode Description
__construct ( Twig_NodeInterface $route, Twig_Node_Expression $attributes = null, $absolute, $lineno, $tag = null )
compile ( $compiler ) Compiles the node to PHP.

Method Details

__construct() public méthode

public __construct ( Twig_NodeInterface $route, Twig_Node_Expression $attributes = null, $absolute, $lineno, $tag = null )
$route Twig_NodeInterface
$attributes Twig_Node_Expression

compile() public méthode

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