Bootstrap\View\Helper\BootstrapPanelHelper::footer PHP Метод

    public function footer($text = null, $options = [])
    {
        if (is_array($text)) {
            $options = $text;
            $text = null;
        }
        return $this->_createFooter($text, $options);
    }