19 declare(strict_types=1);
43 new \ilGlobalScreenSetupAgent(
47 $contribute[PublicAsset::class] = fn():
Endpoint =>
48 new Endpoint($this,
"gs_content.php");
50 $contribute[PublicAsset::class] = fn():
Endpoint =>
51 new Endpoint($this,
"callback_handler.php");
53 $contribute[PublicAsset::class] = fn():
Endpoint =>
56 $contribute[PublicAsset::class] = fn():
ComponentJS =>
Interface Observer Contains several chained tasks and infos about them.
init(array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,)
An endpoint is a PHP file that produces output via HTTP.
This is a js file provided by some component.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...