ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Export.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS;
22
25use ILIAS\Refinery\Factory as RefineryFactory;
27
29{
30 public function init(
31 array | \ArrayAccess &$define,
32 array | \ArrayAccess &$implement,
33 array | \ArrayAccess &$use,
34 array | \ArrayAccess &$contribute,
35 array | \ArrayAccess &$seek,
36 array | \ArrayAccess &$provide,
37 array | \ArrayAccess &$pull,
38 array | \ArrayAccess &$internal,
39 ): void {
40 $contribute[SetupAgent::class] = fn() => new ilExportSetupAgent($pull[RefineryFactory::class]);
41 $contribute[SetupAgent::class] = fn() => new HTML\Setup\Agent($pull[RefineryFactory::class]);
42 }
43}
Builds data types.
Definition: Factory.php:36
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: Export.php:30
A component is the most general form of an entity in the UI.
Definition: Component.php:28
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.