ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Tracking Class Reference
+ Inheritance diagram for ILIAS\Tracking:
+ Collaboration diagram for ILIAS\Tracking:

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 27 of file Tracking.php.

Member Function Documentation

◆ init()

ILIAS\Tracking::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 29 of file Tracking.php.

38  : void {
39  $contribute[SetupAgentInterface::class] = fn() => new SetupAgent($pull[Refinery::class]);
40 
41  $contribute[Component\Resource\PublicAsset::class] = fn() =>
42  new Component\Resource\ComponentJS($this, "ilObjStat.js");
43  }

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