|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Holds information about multi-actions, mainly in context of member-assignemnts and status changes. 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 = '' |
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 $success, error(), and ILIAS\UI\examples\MessageBox\Success\success().
Referenced by ilObjStudyProgramme\acknowledgeCourses(), changeAmountOfPoints(), changeProgressDeadline(), changeProgressValidityDate(), markAccredited(), ilObjStudyProgrammeMembersGUI\markAccreditedByProgressId(), markNotRelevant(), markRelevant(), ilStudyProgrammeGUIMessagesTest\testAddErrorMessages(), 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(), and ilStudyProgrammeGUIMessagesTest\testAddErrorMessages().
Here is the caller graph for this function:| ilPRGMessageCollection::getSuccess | ( | ) |
Definition at line 43 of file ilPRGMessageCollection.php.
References $success.
Referenced by ilPRGMessagePrinter\showMessages(), and ilStudyProgrammeGUIMessagesTest\testAddErrorMessages().
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().
Referenced by ilStudyProgrammeGUIMessagesTest\testAddErrorMessages().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPRGMessageCollection::hasErrors | ( | ) |
Definition at line 61 of file ilPRGMessageCollection.php.
References error().
Referenced by ilPRGMessagePrinter\showMessages(), ilStudyProgrammeGUIMessagesTest\testAddErrorMessages(), 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(), and ilStudyProgrammeGUIMessagesTest\testAddErrorMessages().
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(), and ilStudyProgrammeGUIMessagesTest\testAddErrorMessages().
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().