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