skeeks\cms\widgets\tree\CmsTreeWidget::_endPjax PHP Method

_endPjax() protected method

protected _endPjax ( )
    protected function _endPjax()
    {
        if ($this->_pjaxIsStart === true) {
            $className = $this->pjax->className();
            $className::end();
        }
        return $this;
    }