ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Modal\InterruptiveItem
;
22
23
use
ILIAS\UI\Component
;
24
use
ILIAS\UI\Component\Image\Image
;
25
31
interface
Factory
32
{
60
public
function
standard
(
61
string
$id
,
62
string
$title,
63
?
Image
$icon =
null
,
64
string
$description =
''
65
):
Standard
;
66
97
public
function
keyValue
(
98
string
$id,
99
string
$key,
100
string
$value
101
):
KeyValue
;
102
}
Image
ILIAS\UI\Component
ILIAS\UI\Component\Modal\InterruptiveItem\KeyValue
Interface InterruptiveItem.
Definition:
KeyValue.php:28
ILIAS\UI\Component\Modal\InterruptiveItem\Factory\standard
standard(string $id, string $title, ?Image $icon=null, string $description='')
description: purpose: > Standard Interruptive items represent objects that can generally be identifi...
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
ILIAS\UI\Component\Modal\InterruptiveItem\Factory
Definition:
Factory.php:31
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
ILIAS\UI\Component\Modal\InterruptiveItem
Definition:
Factory.php:21
ILIAS\Data\LanguageTag\Standard
Definition:
Standard.php:25
ILIAS\UI\Component\Modal\InterruptiveItem\Factory\keyValue
keyValue(string $id, string $key, string $value)
description: purpose: Key-Value Interruptive items represent objects that can be identified...
components
ILIAS
UI
src
Component
Modal
InterruptiveItem
Factory.php
Generated on Wed Apr 9 2025 23:02:14 for ILIAS by
1.8.13 (using
Doxyfile
)