19 declare(strict_types=1);
This is how a factory for Message Boxes looks like.
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...
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...