ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
withNewTopic (string $description) | |
getSuccess () | |
getErrors () | |
hasSuccess () | |
hasErrors () | |
hasAnyMessages () | |
getDescription () | |
add (bool $success, string $message, string $record_identitifer) | |
Protected Attributes | |
array | $success = [] |
array | $error = [] |
string | $description = '' |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Holds information about multi-actions, mainly in context of member-assignemnts and status changes
Definition at line 25 of file ilPRGMessageCollection.php.
ilPRGMessageCollection::add | ( | bool | $success, |
string | $message, | ||
string | $record_identitifer | ||
) |
Definition at line 76 of file ilPRGMessageCollection.php.
References $message, and ILIAS\UI\examples\MessageBox\Success\success().
Referenced by changeAmountOfPoints(), changeProgressDeadline(), changeProgressValidityDate(), markAccredited(), ilObjStudyProgrammeMembersGUI\markAccreditedByProgressId(), markNotRelevant(), markRelevant(), unmarkAccredited(), ilObjStudyProgrammeMembersGUI\unmarkAccreditedByProgressId(), ilObjStudyProgrammeIndividualPlanGUI\updateRequiredPoints(), and ilObjStudyProgrammeIndividualPlanGUI\updateStatus().
ilPRGMessageCollection::getDescription | ( | ) |
Definition at line 71 of file ilPRGMessageCollection.php.
References $description.
Referenced by ilPRGMessagePrinter\showMessages().
ilPRGMessageCollection::getErrors | ( | ) |
Definition at line 51 of file ilPRGMessageCollection.php.
References $error.
Referenced by ilPRGMessagePrinter\showMessages().
ilPRGMessageCollection::getSuccess | ( | ) |
Definition at line 43 of file ilPRGMessageCollection.php.
References $success.
Referenced by ilPRGMessagePrinter\showMessages().
ilPRGMessageCollection::hasAnyMessages | ( | ) |
Definition at line 66 of file ilPRGMessageCollection.php.
References ILIAS\UI\examples\MessageBox\Success\success().
ilPRGMessageCollection::hasErrors | ( | ) |
Definition at line 61 of file ilPRGMessageCollection.php.
Referenced by ilPRGMessagePrinter\showMessages().
ilPRGMessageCollection::hasSuccess | ( | ) |
Definition at line 56 of file ilPRGMessageCollection.php.
References ILIAS\UI\examples\MessageBox\Success\success().
Referenced by ilPRGMessagePrinter\showMessages().
ilPRGMessageCollection::withNewTopic | ( | string | $description | ) |
Definition at line 31 of file ilPRGMessageCollection.php.
References $description.
Referenced by ilPRGMessagePrinter\getMessageCollection().
|
protected |
Definition at line 29 of file ilPRGMessageCollection.php.
Referenced by getDescription(), and withNewTopic().
|
protected |
Definition at line 28 of file ilPRGMessageCollection.php.
Referenced by getErrors().
|
protected |
Definition at line 27 of file ilPRGMessageCollection.php.
Referenced by getSuccess().