ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
History.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS
;
22
23
use
ILIAS\History\Setup\HistorySetupAgent
;
24
use
ILIAS\Setup\Agent
;
25
26
class
History
implements
Component\Component
27
{
28
public
function
init
(
29
array | \ArrayAccess &$define,
30
array | \ArrayAccess &$implement,
31
array | \ArrayAccess &$use,
32
array | \ArrayAccess &$contribute,
33
array | \ArrayAccess &$seek,
34
array | \ArrayAccess &$provide,
35
array | \ArrayAccess &$pull,
36
array | \ArrayAccess &$internal,
37
): void {
38
$contribute[
Agent
::class] = static fn() =>
39
new
HistorySetupAgent
();
40
}
41
}
ILIAS\History\Setup\HistorySetupAgent
Definition:
HistorySetupAgent.php:31
ILIAS\History
Definition:
History.php:27
ILIAS\History\init
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:
History.php:28
ILIAS\MediaPool\Setup\Agent
Definition:
class.Agent.php:26
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\Setup\Agent
Definition:
HasNoNamedObjective.php:21
ILIAS
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
components
ILIAS
History
History.php
Generated on Sat Dec 13 2025 23:02:26 for ILIAS by
1.9.4 (using
Doxyfile
)