Back to Bootstrap class

Method endTabSet

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

Method endTabSet - Source code

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