ILIAS  trunk Revision v11.0_alpha-2658-ge2404539063
ILIAS\Link Class Reference
+ Inheritance diagram for ILIAS\Link:
+ Collaboration diagram for ILIAS\Link:

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 25 of file Link.php.

Member Function Documentation

◆ init()

ILIAS\Link::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 27 of file Link.php.

36  : void {
37  $contribute[\ILIAS\Setup\Agent::class] = static fn() =>
38  new COPage\IntLink\Setup\Agent(
39  $pull[\ILIAS\Refinery\Factory::class]
40  );
41 
42  $contribute[Component\Resource\PublicAsset::class] = fn() =>
43  new Component\Resource\ComponentJS($this, "ilExtLink.js");
44  $contribute[Component\Resource\PublicAsset::class] = static fn() =>
45  new Component\Resource\NodeModule("linkifyjs/dist/linkify.min.js");
46  $contribute[Component\Resource\PublicAsset::class] = static fn() =>
47  new Component\Resource\NodeModule("linkify-element/dist/linkify-element.min.js");
48  }
Interface Observer Contains several chained tasks and infos about them.

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