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

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

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

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

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

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

public __construct ( string $form, integer $lineno, string $tag )
$form string The name of the template variable to which the form is assigned
$lineno integer
$tag string

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

public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler