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

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

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

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

Приватные методы

Метод Описание
getError ( $fieldName ) : string
getField ( $fieldName ) : string
getVariable ( $variable ) : string
hasError ( $fieldName ) : string
hasField ( $fieldName ) : string
hasVariable ( $variable ) : string
lbl ( $label ) : string
loopTroughField ( $variable, $as ) : string
msg ( $message ) : string

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

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

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

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

public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler