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

Наследование: 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 error belongs to.
$field string Name of the field of which we need to render the error.
$lineno integer Line number in the template source file.
$tag string the name of the template tag.

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

public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler