yii\bootstrap\Collapse::run PHP Method

run() public method

Renders the widget.
public run ( )
    public function run()
    {
        $this->registerPlugin('collapse');
        return implode("\n", [Html::beginTag('div', $this->options), $this->renderItems(), Html::endTag('div')]) . "\n";
    }