ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Segment.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Navigation\Sequence
;
22
23
use
ILIAS\UI\Component\Navigation\Sequence\Segment
as
SegmentInterface
;
24
use
ILIAS\UI\Component\Button
;
25
26
interface
Segment
extends
SegmentInterface
27
{
31
public
function
getSegmentTitle
(): string;
32
39
public
function
getSegmentActions
(): array;
40
}
Segment
ILIAS\UI\Component\Button
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Bulky.php:21
ILIAS\UI\Implementation\Component\Navigation\Sequence\Segment\getSegmentActions
getSegmentActions()
Segments MAY add actions to the sequence.
ILIAS\UI\Implementation\Component\Navigation\Sequence\Segment\getSegmentTitle
getSegmentTitle()
A segment MUST provide a title.
ILIAS\UI\Implementation\Component\Navigation\Sequence\Segment
Definition:
Segment.php:26
ILIAS\UI\Implementation\Component\Navigation\Sequence
Definition:
Renderer.php:21
components
ILIAS
UI
src
Implementation
Component
Navigation
Sequence
Segment.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)