Bootstrap\View\Helper\BootstrapModalHelper::_cleanCurrent PHP Метод

_cleanCurrent() защищенный Метод

protected _cleanCurrent ( )
    protected function _cleanCurrent()
    {
        if ($this->_current) {
            $this->_current = null;
            return '</div>';
        }
        return '';
    }