skeeks\cms\cmsWidgets\text\TextCmsWidget::run PHP Method

run() public method

public run ( )
    public function run()
    {
        if ($this->_isBegin) {
            $this->_obContent = ob_get_clean();
            if (!$this->text) {
                $this->text = $this->_obContent;
            }
        }
        return parent::run();
    }