19declare(strict_types=1);
26 array | \ArrayAccess &$define,
27 array | \ArrayAccess &$implement,
28 array | \ArrayAccess &$use,
29 array | \ArrayAccess &$contribute,
30 array | \ArrayAccess &$seek,
31 array | \ArrayAccess &$provide,
32 array | \ArrayAccess &$pull,
33 array | \ArrayAccess &$internal,
38 $contribute[Component\Resource\PublicAsset::class] = fn() =>
41 $contribute[Component\Resource\PublicAsset::class] = fn() =>
44 $contribute[Component\Resource\PublicAsset::class] = fn() =>
47 $contribute[Component\Resource\PublicAsset::class] = fn() =>
50 $contribute[Component\Resource\PublicAsset::class] = fn() =>
53 $contribute[Component\Resource\PublicAsset::class] = fn() =>
56 $contribute[Component\Resource\PublicAsset::class] = fn() =>
59 $contribute[Component\Resource\PublicAsset::class] = fn() =>
62 $contribute[Component\Resource\PublicAsset::class] = fn() =>
65 $contribute[Component\EntryPoint::class] =
static fn() =>
70 $use[\
ILIAS\
UI\Renderer::class],
An endpoint is a PHP file that produces output via HTTP.
An public asset that is a resource of some component.
A Link is the often used combination of a label and an URL.
This entry point can be thought of as a list of all modern components.
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,)
An public asset is a file or folder that should be served via the web.
A component is the most general form of an entity in the UI.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.