19declare(strict_types=1);
41 $content->
addJs(
"assets/js/GS.js",
true, 1);
42 $init_script =
"il.GS.Client.init('" . json_encode($this->
settings) .
"');";
__construct(private 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...