|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
This defines ways in which objectives may interact with admins during the setup. More...
Inheritance diagram for ILIAS\Setup\AdminInteraction:
Collaboration diagram for ILIAS\Setup\AdminInteraction:Public Member Functions | |
| startProgress (int $max) | |
| advanceProgress () | |
| stopProgress () | |
| inform (string $message) | |
| confirmOrDeny (string $message) | |
| confirmExplicit (string $message, string $type_text_to_confirm) | |
This defines ways in which objectives may interact with admins during the setup.
Definition at line 11 of file AdminInteraction.php.
| ILIAS\Setup\AdminInteraction::advanceProgress | ( | ) |
Implemented in ILIAS\Setup\CLI\IOWrapper.
| ILIAS\Setup\AdminInteraction::confirmExplicit | ( | string | $message, |
| string | $type_text_to_confirm | ||
| ) |
Implemented in ILIAS\Setup\CLI\IOWrapper.
| ILIAS\Setup\AdminInteraction::confirmOrDeny | ( | string | $message | ) |
Implemented in ILIAS\Setup\CLI\IOWrapper.
| ILIAS\Setup\AdminInteraction::inform | ( | string | $message | ) |
Implemented in ILIAS\Setup\CLI\IOWrapper.
| ILIAS\Setup\AdminInteraction::startProgress | ( | int | $max | ) |
Implemented in ILIAS\Setup\CLI\IOWrapper.
| ILIAS\Setup\AdminInteraction::stopProgress | ( | ) |
Implemented in ILIAS\Setup\CLI\IOWrapper.