|
| 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,) |
|
Definition at line 23 of file Scorm2004.php.
◆ init()
ILIAS\Scorm2004::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 |
|
) |
| |
Implements ILIAS\Component\Component.
Definition at line 25 of file Scorm2004.php.
35 $contribute[Component\Resource\PublicAsset::class] = fn() =>
36 new Component\Resource\Endpoint($this,
"storeScorm2004.php");
38 $contribute[Component\Resource\PublicAsset::class] = fn() =>
39 new Component\Resource\Endpoint($this,
"storeScorm.php");
41 $contribute[Component\Resource\PublicAsset::class] =
static fn() =>
new class () implements
Component\Resource\PublicAsset {
42 public function getSource(): string
44 return "components/ILIAS/Scorm2004/scripts";
46 public function getTarget(): string
48 return "components/ILIAS/Scorm2004/scripts";
52 $contribute[Component\Resource\PublicAsset::class] =
static fn() =>
new class () implements
Component\Resource\PublicAsset {
53 public function getSource(): string
55 return "components/ILIAS/Scorm2004/templates/default/images";
57 public function getTarget(): string
59 return "components/ILIAS/Scorm2004/templates/default/images";
63 $contribute[Component\Resource\PublicAsset::class] =
static fn() =>
new class () implements
Component\Resource\PublicAsset {
64 public function getSource(): string
66 return "components/ILIAS/Scorm2004/templates/default/images";
68 public function getTarget(): string
70 return "components/ILIAS/UI/resources/images/scorm2004";
74 $contribute[Component\Resource\PublicAsset::class] =
static fn() =>
new class () implements
Component\Resource\PublicAsset {
75 public function getSource(): string
77 return "components/ILIAS/Scorm2004/templates/default/player.css";
79 public function getTarget(): string
81 return "components/ILIAS/Scorm2004/templates/default/player.css";
The documentation for this class was generated from the following file: