3 declare(strict_types=1);
 failure(string $message_text)
 description: purpose: > The system failed to complete some actions and displays information about th...
 
success(string $message_text)
 description: purpose: > The system succeeded in finishing some action and displays a success message...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
confirmation(string $message_text)
 description: purpose: > The system makes sure that an action should really be performed. 
 
info(string $message_text)
 description: purpose: > The system informs the user about obstacles standing in the way of completin...