|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilPRGMessageCollection: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, $success, error(), and ILIAS\UI\examples\MessageBox\Success\success().
Referenced by ilObjStudyProgramme\acknowledgeCourses(), changeAmountOfPoints(), changeProgressDeadline(), changeProgressValidityDate(), markAccredited(), ilObjStudyProgrammeMembersGUI\markAccreditedByProgressId(), markNotRelevant(), markRelevant(), ilObjStudyProgrammeMembersGUI\unmarkAccreditedByProgressId(), ilObjStudyProgrammeIndividualPlanGUI\updateRequiredPoints(), and ilObjStudyProgrammeIndividualPlanGUI\updateStatus().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPRGMessageCollection::getDescription | ( | ) |
Definition at line 71 of file ilPRGMessageCollection.php.
References $description.
Referenced by ilPRGMessagePrinter\showMessages().
Here is the caller graph for this function:| ilPRGMessageCollection::getErrors | ( | ) |
Definition at line 51 of file ilPRGMessageCollection.php.
References $error.
Referenced by ilPRGMessagePrinter\showMessages().
Here is the caller graph for this function:| ilPRGMessageCollection::getSuccess | ( | ) |
Definition at line 43 of file ilPRGMessageCollection.php.
References $success.
Referenced by ilPRGMessagePrinter\showMessages().
Here is the caller graph for this function:| ilPRGMessageCollection::hasAnyMessages | ( | ) |
Definition at line 66 of file ilPRGMessageCollection.php.
References error(), and ILIAS\UI\examples\MessageBox\Success\success().
Here is the call graph for this function:| ilPRGMessageCollection::hasErrors | ( | ) |
Definition at line 61 of file ilPRGMessageCollection.php.
References error().
Referenced by ilPRGMessagePrinter\showMessages(), and ilStudyProgrammeAssignmentActionsTest\testPRGAssignmentActionsMarkRelevant().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPRGMessageCollection::hasSuccess | ( | ) |
Definition at line 56 of file ilPRGMessageCollection.php.
References ILIAS\UI\examples\MessageBox\Success\success().
Referenced by ilPRGMessagePrinter\showMessages().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPRGMessageCollection::withNewTopic | ( | string | $description | ) |
Definition at line 31 of file ilPRGMessageCollection.php.
References $description.
Referenced by ilPRGMessagePrinter\getMessageCollection().
Here is the caller graph for this function:
|
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 add(), and getSuccess().