|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Interface Message Box. More...
Inheritance diagram for ILIAS\UI\Component\MessageBox\MessageBox:
Collaboration diagram for ILIAS\UI\Component\MessageBox\MessageBox: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... | |
Public Member Functions inherited from ILIAS\UI\Component\Component | |
| getCanonicalName () | |
| Get the canonical name of the component. More... | |
| reduceWith (\Closure $fn) | |
| The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. 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\Button\Standard[] | $buttons |
| ILIAS\UI\Component\MessageBox\MessageBox::withLinks | ( | array | $links | ) |
Get a Message Box like this, but with links.
| \ILIAS\UI\Component\Link\Standard[] | $links |
Referenced by ILIAS\Search\ObjGUI\Readme\Helper\getServerErrorMessageBox(), and ILIAS\Search\ObjGUI\Readme\Helper\getServerInfoMessageBox().
Here is the caller graph for this function:| 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.
| 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.