32 public function failure($message_text);
52 public function success($message_text);
75 public function info($message_text);
This is how a factory for Message Boxes looks like.
confirmation($message_text)
description: purpose: > The system makes sure that an action should really be performed.
success($message_text)
description: purpose: > The system succeeded in finishing some action and displays a success message...
info($message_text)
description: purpose: > The system informs the user about obstacles standing in the way of completin...
failure($message_text)
description: purpose: > The system failed to complete some actions and displays information about th...