PHP 클래스 Frontend\Core\Engine\SeoFormNode

상속: extends Twig_Node
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
__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