PHP Class Frontend\Core\Engine\FormNode

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 )

Method Details

__construct() public method

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 method

public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler