ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\MessageBox
;
22
26
interface
Factory
27
{
46
public
function
failure
(
string
$message_text):
MessageBox
;
47
65
public
function
success
(
string
$message_text):
MessageBox
;
66
87
public
function
info
(
string
$message_text):
MessageBox
;
88
105
public
function
confirmation
(
string
$message_text):
MessageBox
;
106
}
ILIAS\UI\Component\MessageBox\Factory
This is how a factory for Message Boxes looks like.
Definition:
Factory.php:27
ILIAS\UI\Component\MessageBox\Factory\failure
failure(string $message_text)
ILIAS\UI\Component\MessageBox\Factory\info
info(string $message_text)
ILIAS\UI\Component\MessageBox\Factory\success
success(string $message_text)
ILIAS\UI\Component\MessageBox\Factory\confirmation
confirmation(string $message_text)
ILIAS\UI\Component\MessageBox\MessageBox
Interface Message Box.
Definition:
MessageBox.php:30
ILIAS\UI\Component\MessageBox
Definition:
Factory.php:21
components
ILIAS
UI
src
Component
MessageBox
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)