19 declare(strict_types=1);
58 return count($this->
success) > 0;
63 return count($this->error) > 0;
68 return count($this->error) > 0 || count($this->
success) > 0;
76 public function add(
bool $success,
string $message,
string $record_identitifer): void
78 $entry = [
$message, $record_identitifer];
82 $this->error[] = $entry;
withNewTopic(string $description)
add(bool $success, string $message, string $record_identitifer)
success()
description: > Example for rendering a success message box.
Holds information about multi-actions, mainly in context of member-assignemnts and status changes...