/** * 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'); }