Frontend\Core\Engine\FormEndNode::__construct PHP Method

__construct() public method

public __construct ( integer $lineno, string $tag )
$lineno integer Line number in the template source file.
$tag string
    public function __construct($lineno, $tag)
    {
        parent::__construct(array(), array(), $lineno, $tag);
    }