kartik\builder\Form::run PHP Method

run() public method

public run ( )
    public function run()
    {
        echo $this->contentBefore;
        echo $this->renderFieldSet();
        echo $this->contentAfter;
        echo Html::endTag($this->_tag);
        parent::run();
    }