Bootstrap\View\Helper\BootstrapPanelHelper::_createFooter PHP Method

_createFooter() protected method

protected _createFooter ( $text = null, $options = [] )
    protected function _createFooter($text = null, $options = [])
    {
        $options = $this->addClass($options, 'panel-footer');
        return $this->_cleanCurrent() . $this->Html->tag('div', $text, $options);
    }