ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Blog.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS
;
22
23
class
Blog
implements
Component\Component
24
{
25
public
function
init
(
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,
34
): void {
35
$contribute[\
ILIAS
\
Setup
\
Agent
::class] = static fn() =>
36
new \
ILIAS
\
Blog
\
Setup
\
Agent
(
37
$pull[\
ILIAS
\
Refinery
\
Factory
::class]
38
);
39
}
40
}
ILIAS\Blog
Definition:
Blog.php:24
ILIAS\Blog\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:
Blog.php:25
ILIAS\Data\Color\Factory
Builds a Color from either hex- or rgb values.
Definition:
Factory.php:31
ILIAS\MediaPool\Setup\Agent
Definition:
class.Agent.php:26
ILIAS\Refinery
Definition:
Refinery.php:24
ILIAS\Setup
Definition:
Setup.php:26
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
components
ILIAS
Blog
Blog.php
Generated on Sat Oct 18 2025 23:02:38 for ILIAS by
1.9.4 (using
Doxyfile
)