PHP Class Frontend\Core\Engine\SeoFormNode

Inheritance: extends Twig_Node
Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
__construct ( string $form, integer $lineno, string $tag )
compile ( Twig_Compiler $compiler )

Private Methods

Method 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 method

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 method

public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler