PHP Class Frontend\Core\Engine\SeoFormNode

Inheritance: extends Twig_Node
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

Méthode Description
__construct ( string $form, integer $lineno, string $tag )
compile ( Twig_Compiler $compiler )

Private Methods

Méthode Description
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

Method Details

__construct() public méthode

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 méthode

public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler