3 declare(strict_types=1);
43 $content->
addJs(
"./src/GlobalScreen/Client/dist/GS.js",
true, 1);
44 $init_script =
"il.GS.Client.init('" . json_encode($this->
settings) .
"');";
addJs(string $path, bool $add_version_number=false, int $batch=2)
__construct(ClientSettings $settings)
Client constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
init(MetaContent $content)
addOnloadCode(string $content, int $batch=2)