PHP 클래스 Frontend\Core\Engine\FormNode

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

공개 메소드들

메소드 설명
__construct ( string $form, integer $lineno, string $tag )
compile ( Twig_Compiler $compiler )

메소드 상세

__construct() 공개 메소드

public __construct ( string $form, integer $lineno, string $tag )
$form string The name of the template variable to which the form is assigned
$lineno integer
$tag string

compile() 공개 메소드

public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler