Back to UiTab class

Method endTabSet

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

Method endTabSet - Source code

/**
 * Close the current tab pane
 *
 * @return  string  HTML to close the pane
 *
 * @since   4.0.0
 */
public static function endTabSet()
{
    return '</joomla-tab>';
}