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

_part() protected method

protected _part ( $part, $content = null, $options = [] )
    protected function _part($part, $content = null, $options = [])
    {
        $out = $this->_cleanCurrent() . $this->Html->tag('div', $content, $options);
        if (!$content) {
            $this->_current = $part;
        }
        return $out;
    }