ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
Group.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2017 Alex Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Item
;
6
10
interface
Group
extends
\ILIAS\UI\Component\Component
11
{
17
public
function
getTitle
();
18
24
public
function
getItems
();
25
32
public
function
withActions
(\
ILIAS
\
UI
\
Component
\Dropdown\
Standard
$dropdown);
33
39
public
function
getActions
();
40
}
UI
Class Factory.
ILIAS\UI\Component\Item\Group\getTitle
getTitle()
Gets the title of the group.
ILIAS
Class ChatMainBarProvider .
ILIAS\UI\Component
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:13
ILIAS\UI\Component\Item\Group
Common interface to item groups.
Definition:
Group.php:10
ILIAS\UI\Component\Item\Group\getActions
getActions()
Get the actions Dropdown of the group.
ILIAS\UI\Component\Item
Definition:
Factory.php:2
ILIAS\UI\Component\Item\Standard
Definition:
Standard.php:15
ILIAS\UI\Component\Item\Group\getItems
getItems()
Gets item of the group.
ILIAS\UI\Component\Item\Group\withActions
withActions(\ILIAS\UI\Component\Dropdown\Standard $dropdown)
Create a new appointment item with a set of actions to perform on it.
src
UI
Component
Item
Group.php
Generated on Sun Apr 13 2025 21:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)