ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
AdminInteraction.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace 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}
This defines ways in which objectives may interact with admins during the setup.
confirmOrDeny(string $message)
confirmExplicit(string $message, string $type_text_to_confirm)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$message
Definition: xapiexit.php:31