ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\ScormAicc Class Reference
+ Inheritance diagram for ILIAS\ScormAicc:
+ Collaboration diagram for ILIAS\ScormAicc:

Public Member Functions

 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,)
 

Detailed Description

Definition at line 23 of file ScormAicc.php.

Member Function Documentation

◆ init()

ILIAS\ScormAicc::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 ScormAicc.php.

34  : void {
35  $contribute[Component\Resource\PublicAsset::class] = static fn() => new class () implements Component\Resource\PublicAsset {
36  public function getSource(): string
37  {
38  return "components/ILIAS/ScormAicc/scripts";
39  }
40  public function getTarget(): string
41  {
42  return "components/ILIAS/ScormAicc/scripts";
43  }
44  };
45 
46  $contribute[Component\Resource\PublicAsset::class] = static fn() => new class () implements Component\Resource\PublicAsset {
47  public function getSource(): string
48  {
49  return "components/ILIAS/ScormAicc/templates/default/debug.html";
50  }
51  public function getTarget(): string
52  {
53  return "components/ILIAS/ScormAicc/templates/default/debug.html";
54  }
55  };
56 
57  $contribute[Component\Resource\PublicAsset::class] = static fn() => new class () implements Component\Resource\PublicAsset {
58  public function getSource(): string
59  {
60  return "components/ILIAS/ScormAicc/templates/default/dummy.html";
61  }
62  public function getTarget(): string
63  {
64  return "components/ILIAS/ScormAicc/templates/default/dummy.html";
65  }
66  };
67  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

The documentation for this class was generated from the following file: