ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Segment.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26
27interface Segment extends Component, NavigationSegment
28{
34 public function withSegmentActions(Button\Standard ...$actions): static;
35}
This describes a standard button.
Definition: Standard.php:27
A component is the most general form of an entity in the UI.
Definition: Component.php:28
withSegmentActions(Button\Standard ... $actions)
Segments MAY add actions to the sequence.
A segment is the content resulting from operating a sequence.
Definition: Segment.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Bulky.php:21