Back to Bootstrap class

Method endSlide

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

Method endSlide - Source code

/**
 * Close the current slide
 *
 * @return  string  HTML to close the slide
 *
 * @since   3.0
 */
public static function endSlide() : string
{
    return <<<HTMLSTR
\t\t</div>
\t</div>
</div>
HTMLSTR;
}