| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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 $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().
 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 ILIAS\UI\examples\MessageBox\Success\success().
 Here is the call graph for this function:| ilPRGMessageCollection::hasErrors | ( | ) | 
Definition at line 61 of file ilPRGMessageCollection.php.
Referenced by ilPRGMessagePrinter\showMessages().
 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(), 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 getSuccess().