Frontend\Core\Engine\FormNode::__construct PHP Метод

__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
    public function __construct($form, $lineno, $tag)
    {
        parent::__construct(array(), array(), $lineno, $tag);
        $this->form = $form;
    }