PHP Класс Symfony\Bundle\TwigBundle\Node\RouteNode

Автор: Fabien Potencier ([email protected])
Наследование: extends Twig_Node
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Twig_NodeInterface $route, Twig_Node_Expression $attributes = null, $absolute, $lineno, $tag = null )
compile ( $compiler ) Compiles the node to PHP.

Описание методов

__construct() публичный Метод

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

compile() публичный Метод

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