Searched refs:getBodyHtmlAndJavascript (Results 1 – 1 of 1) sorted by relevance
315 return $htmlToInject . self::getBodyHtmlAndJavascript($codes, false);377 $body = self::getBodyHtmlAndJavascript($codes, $useConsole);523 private static function getBodyHtmlAndJavascript($codes, $useConsole): string function in ComboStrap\\Tag\\WebCodeTag