ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ 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\UI\examples\Layout\Page\Standard\$refinery
$refinery
Definition:
ui.php:137
ILIAS\UI\Implementation\Component\Navigation
Definition:
Factory.php:21
ILIAS\UI\Implementation\Component\Navigation\Factory\__construct
__construct(protected DataFactory $data_factory, protected Refinery $refinery, protected Storage $storage,)
Definition:
Factory.php:30
ILIAS\UI\Implementation\Component\Navigation\Factory
Definition:
Factory.php:28
ILIAS\UI\Implementation\Component\Navigation\Sequence\Sequence
Definition:
Sequence.php:35
ILIAS\Repository\refinery
refinery()
Definition:
trait.GlobalDICDomainServices.php:76
ILIAS\UI\Storage
Storage is simple key/value store without further schema definition.
Definition:
Storage.php:29
Factory
ILIAS\UI\Component\Navigation
Definition:
Factory.php:21
Factory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Storage
ILIAS\UI\Implementation\Component\Navigation\Factory\sequence
sequence(INavigation\Sequence\SegmentRetrieval $segment_retrieval)
Definition:
Factory.php:40
components
ILIAS
UI
src
Implementation
Component
Navigation
Factory.php
Generated on Tue Sep 2 2025 23:02:07 for ILIAS by
1.8.13 (using
Doxyfile
)