19declare(strict_types=1);
46 $content->
addJs(
"./src/GlobalScreen/Client/dist/GS.js",
true, 1);
47 $init_script =
"il.GS.Client.init('" . json_encode($this->
settings) .
"');";
An exception for terminatinating execution or to throw for unit testing.
__construct(ClientSettings $settings)
Client constructor.
init(MetaContent $content)
addJs(string $path, bool $add_version_number=false, int $batch=2)
addOnloadCode(string $content, int $batch=2)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...