Back to Bootstrap class

Method endTab

public static string
endTab
()
Close the current tab content panel
Returns
  • string HTML to close the pane
Since
  • 3.1
Class: Bootstrap
Project: Joomla

Method endTab - Source code

/**
 * Close the current tab content panel
 *
 * @return  string  HTML to close the pane
 *
 * @since   3.1
 */
public static function endTab() : string
{
    return LayoutHelper::render('libraries.html.bootstrap.tab.endtab');
}