3 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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...