ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Group.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Item
;
22
23
use
ILIAS\UI\Component\Component
;
24
use
ILIAS\UI\Component\Dropdown\Standard
;
25
29
interface
Group
extends
Component
30
{
34
public
function
getTitle
(): string;
35
41
public
function
getItems
(): array;
42
46
public
function
withActions
(
Standard
$dropdown):
Group
;
47
51
public
function
getActions
(): ?
Standard
;
52
}
ILIAS\UI\Component\Item\Group\withActions
withActions(Standard $dropdown)
Create a new appointment item with a set of actions to perform on it.
ILIAS\UI\Component\Item\Group\getTitle
getTitle()
Gets the title of the group.
ILIAS\UI\Component
Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Group
Standard
ILIAS\UI\Implementation\Component\Input\Group
trait Group
Definition:
Group.php:36
ILIAS\UI\Component\Item\Group\getActions
getActions()
Get the actions Dropdown of the group.
ILIAS\UI\Component\Item
Definition:
Factory.php:21
ILIAS\UI\Component\Item\Group\getItems
getItems()
Gets item of the group.
ILIAS\UI\Component\Dropdown\Standard
This describes a Standard Dropdown.
Definition:
Standard.php:26
components
ILIAS
UI
src
Component
Item
Group.php
Generated on Mon Sep 1 2025 23:03:10 for ILIAS by
1.8.13 (using
Doxyfile
)