|
| 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 UICore.php.
◆ init()
ILIAS\UICore::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 UICore.php.
35 $define[] = UICore\GlobalTemplate::class;
37 $implement[UICore\GlobalTemplate::class] =
static fn() =>
38 new UICore\GlobalTemplateLegacyInitialisationAdapter();
40 $contribute[\ILIAS\Setup\Agent::class] = fn() =>
41 new \ilUICoreSetupAgent();
The documentation for this class was generated from the following file: