ILIAS
release_8 Revision v8.19
|
This defines ways in which objectives may interact with admins during the setup. More...
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 27 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.