ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Navigation
;
22
23
use
ILIAS\UI\Component\Navigation
as
INavigation
;
24
use
ILIAS\Data\Factory
as DataFactory;
25
use
ILIAS\Refinery\Factory
as
Refinery
;
26
use
ILIAS\UI\Storage
;
27
28
class
Factory
implements
INavigation\Factory
29
{
30
public
function
__construct
(
31
protected
DataFactory $data_factory,
32
protected
Refinery
$refinery
,
33
protected
Storage
$storage,
34
) {
35
}
36
40
public
function
sequence
(
41
INavigation
\Sequence\SegmentRetrieval $segment_retrieval
42
): Sequence\Sequence {
43
return
new Sequence\Sequence(
44
$this->data_factory,
45
$this->
refinery
,
46
$this->storage,
47
$segment_retrieval
48
);
49
}
50
51
}
ILIAS\Data\Factory
Builds data types.
Definition:
Factory.php:36
ILIAS\Refinery
Definition:
Refinery.php:24
ILIAS\UI\Implementation\Component\Navigation\Factory
Definition:
Factory.php:29
ILIAS\UI\Implementation\Component\Navigation\Factory\sequence
sequence(INavigation\Sequence\SegmentRetrieval $segment_retrieval)
Definition:
Factory.php:40
ILIAS\UI\Implementation\Component\Navigation\Factory\__construct
__construct(protected DataFactory $data_factory, protected Refinery $refinery, protected Storage $storage,)
Definition:
Factory.php:30
return
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
delivery_method.php:21
ILIAS\UI\Component\Navigation\Factory
Definition:
Factory.php:24
ILIAS\UI\Storage
Storage is simple key/value store without further schema definition.
Definition:
Storage.php:30
ILIAS\Repository\refinery
refinery()
Definition:
trait.GlobalDICDomainServices.php:76
ILIAS\UI\Component\Navigation
Definition:
Factory.php:21
ILIAS\UI\Implementation\Component\Navigation
Definition:
Factory.php:21
ILIAS\UI\examples\Layout\Page\Standard\$refinery
$refinery
Definition:
ui.php:137
components
ILIAS
UI
src
Implementation
Component
Navigation
Factory.php
Generated on Sat Oct 18 2025 23:02:24 for ILIAS by
1.9.4 (using
Doxyfile
)