ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
AdminInteraction.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\Setup;
22 
28 {
29  public function startProgress(int $max): void;
30  public function advanceProgress(): void;
31  public function stopProgress(): void;
32  public function inform(string $message): void;
33  public function confirmOrDeny(string $message): bool;
34  public function confirmExplicit(string $message, string $type_text_to_confirm): bool;
35 }
confirmOrDeny(string $message)
This defines ways in which objectives may interact with admins during the setup.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
confirmExplicit(string $message, string $type_text_to_confirm)
$message
Definition: xapiexit.php:31