PHP Класс Frontend\Core\Engine\FormFieldNode

Наследование: extends Twig_Node
Показать файл Открыть проект

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

Метод Описание
__construct ( string $form, string $field, integer $lineno, string $tag )
compile ( Twig_Compiler $compiler )

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

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

public __construct ( string $form, string $field, integer $lineno, string $tag )
$form string Name of the template var holding the form this field belongs to.
$field string Name of the field to render.
$lineno integer Line number in the template source file.
$tag string

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

public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler