ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2018 Thomas Famula <famula@leifos.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\MessageBox
;
6
10
interface
Factory
11
{
32
public
function
failure
($message_text);
33
52
public
function
success
($message_text);
53
75
public
function
info
($message_text);
76
94
public
function
confirmation
($message_text);
95
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\MessageBox\Factory
This is how a factory for Message Boxes looks like.
Definition:
Factory.php:11
ILIAS\UI\Component\MessageBox\Factory\failure
failure($message_text)
ILIAS\UI\Component\MessageBox\Factory\info
info($message_text)
ILIAS\UI\Component\MessageBox\Factory\success
success($message_text)
ILIAS\UI\Component\MessageBox\Factory\confirmation
confirmation($message_text)
ILIAS\UI\Component\MessageBox
Definition:
Factory.php:5
src
UI
Component
MessageBox
Factory.php
Generated on Sat Oct 4 2025 20:01:10 for ILIAS by
1.9.4 (using
Doxyfile
)