Bootstrap\View\Helper\BootstrapModalHelper::_cleanCurrent PHP Method

_cleanCurrent() protected method

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