1<?
php declare(strict_types = 1);
40 return count($this->
success) > 0;
45 return count($this->
error) > 0;
50 return count($this->
error) > 0 || count($this->
success) > 0;
60 $entry = [
$message, $record_identitifer];
64 $this->
error[] = $entry;
An exception for terminatinating execution or to throw for unit testing.
error($a_errmsg)
set error message @access public
Holds information about multi-actions, mainly in context of member-assignemnts and status changes.
add(bool $success, string $message, string $record_identitifer)
withNewTopic(string $description)