Back to Bootstrap class

Method endAccordion

public static string
endAccordion
()
Close the current accordion
Returns
  • string HTML to close the accordion
Since
  • 3.0
Class: Bootstrap
Project: Joomla

Method endAccordion - Source code

/**
 * Close the current accordion
 *
 * @return  string  HTML to close the accordion
 *
 * @since   3.0
 */
public static function endAccordion() : string
{
    return '</div>';
}