ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
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:144
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 Mon Sep 1 2025 23:02:01 for ILIAS by
1.8.13 (using
Doxyfile
)