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

_createBody() protected method

protected _createBody ( $text = null, $options = [] )
    protected function _createBody($text = null, $options = [])
    {
        $options = $this->addClass($options, 'modal-body');
        return $this->_part('body', $text, $options);
    }