ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Style Class Reference
+ Inheritance diagram for ILIAS\Style:
+ Collaboration diagram for ILIAS\Style:

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,)
 
 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 Style.php.

Member Function Documentation

◆ init()

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

34 : void {
35 $implement[UI\Implementation\Render\ImagePathResolver::class] = static fn() =>
36 new \ilImagePathResolver();
37
38 $contribute[\ILIAS\Setup\Agent::class] = static fn() =>
39 new \ilStyleSetupAgent(
40 $pull[\ILIAS\Refinery\Factory::class]
41 );
42
43 $contribute[\ILIAS\Setup\Agent::class] = static fn() =>
44 new \ILIAS\Style\Content\Setup\ContentStyleAgent(
45 $pull[\ILIAS\Refinery\Factory::class]
46 );
47
48 $contribute[User\Settings\UserSettings::class] = fn() =>
50 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.

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