19 declare(strict_types=1);
35 $contribute[Component\Resource\PublicAsset::class] =
static fn() =>
new class () implements
Component\Resource\
PublicAsset {
36 public function getSource():
string 38 return "components/ILIAS/ScormAicc/scripts";
40 public function getTarget():
string 42 return "components/ILIAS/ScormAicc/scripts";
46 $contribute[Component\Resource\PublicAsset::class] =
static fn() =>
new class () implements
Component\Resource\
PublicAsset {
47 public function getSource():
string 49 return "components/ILIAS/ScormAicc/templates/default/debug.html";
51 public function getTarget():
string 53 return "components/ILIAS/ScormAicc/templates/default/debug.html";
57 $contribute[Component\Resource\PublicAsset::class] =
static fn() =>
new class () implements
Component\Resource\
PublicAsset {
58 public function getSource():
string 60 return "components/ILIAS/ScormAicc/templates/default/dummy.html";
62 public function getTarget():
string 64 return "components/ILIAS/ScormAicc/templates/default/dummy.html";
Interface Observer Contains several chained tasks and infos about them.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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 public asset is a file or folder that should be served via the web.