ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Interface Message Box. More...
Public Member Functions | |
getType () | |
Get the type of the Message Box. More... | |
getMessageText () | |
Get the message text of the Message Box. More... | |
getButtons () | |
Get the buttons of the Message Box. More... | |
getLinks () | |
Get the links of the Message Box. More... | |
withButtons (array $buttons) | |
Get a Message Box like this, but with buttons. More... | |
withLinks (array $links) | |
Get a Message Box like this, but with links. More... | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
Data Fields | |
const | FAILURE = "failure" |
const | SUCCESS = "success" |
const | INFO = "info" |
const | CONFIRMATION = "confirmation" |
Interface Message Box.
Definition at line 29 of file MessageBox.php.
ILIAS\UI\Component\MessageBox\MessageBox::getButtons | ( | ) |
Get the buttons of the Message Box.
ILIAS\UI\Component\MessageBox\MessageBox::getLinks | ( | ) |
Get the links of the Message Box.
ILIAS\UI\Component\MessageBox\MessageBox::getMessageText | ( | ) |
Get the message text of the Message Box.
ILIAS\UI\Component\MessageBox\MessageBox::getType | ( | ) |
Get the type of the Message Box.
ILIAS\UI\Component\MessageBox\MessageBox::withButtons | ( | array | $buttons | ) |
Get a Message Box like this, but with buttons.
ILIAS\UI\Component\MessageBox\MessageBox::withLinks | ( | array | $links | ) |
Get a Message Box like this, but with links.
const ILIAS\UI\Component\MessageBox\MessageBox::CONFIRMATION = "confirmation" |
Definition at line 35 of file MessageBox.php.
const ILIAS\UI\Component\MessageBox\MessageBox::FAILURE = "failure" |
Definition at line 32 of file MessageBox.php.
Referenced by ILIAS\UI\Implementation\Component\MessageBox\Renderer\render(), and ILIAS\UI\Implementation\Component\MessageBox\PromptContextRenderer\render().
const ILIAS\UI\Component\MessageBox\MessageBox::INFO = "info" |
Definition at line 34 of file MessageBox.php.
const ILIAS\UI\Component\MessageBox\MessageBox::SUCCESS = "success" |
Definition at line 33 of file MessageBox.php.