Back to UiTab class

Method endTab

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

Method endTab - Source code

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