| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
Class ilBuddyList. More...
 Collaboration diagram for ilBuddySystemNotification:Public Member Functions | |
| __construct (ilObjUser $user, ilSetting $settings) | |
| getRecipientIds () | |
| setRecipientIds (array $recipientIds) | |
| send () | |
Data Fields | |
| const | CONTACT_REQUEST_KEY = 'contact_requested_by' | 
Protected Member Functions | |
| hasPublicProfile (int $recipientUsrId) | |
Protected Attributes | |
| ilObjUser | $sender | 
| ilSetting | $settings | 
| array | $recipientIds = [] | 
Class ilBuddyList.
Definition at line 32 of file class.ilBuddySystemNotification.php.
Definition at line 44 of file class.ilBuddySystemNotification.php.
References $settings, and ILIAS\Repository\settings().
 Here is the call graph for this function:| ilBuddySystemNotification::getRecipientIds | ( | ) | 
Definition at line 53 of file class.ilBuddySystemNotification.php.
References $recipientIds.
Referenced by send().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 135 of file class.ilBuddySystemNotification.php.
References ilObjPortfolio\getDefaultPortfolio().
Referenced by send().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilBuddySystemNotification::send | ( | ) | 
Definition at line 66 of file class.ilBuddySystemNotification.php.
References ilLanguageFactory\_getLanguage(), ilLink\_getStaticLink(), ANONYMOUS_USER_ID, ilUserUtil\getNamePresentation(), getRecipientIds(), ilMail\getSalutation(), and hasPublicProfile().
 Here is the call graph for this function:| ilBuddySystemNotification::setRecipientIds | ( | array | $recipientIds | ) | 
| int[] | $recipientIds | 
Definition at line 61 of file class.ilBuddySystemNotification.php.
References $recipientIds.
      
  | 
  protected | 
Definition at line 38 of file class.ilBuddySystemNotification.php.
Referenced by getRecipientIds(), and setRecipientIds().
      
  | 
  protected | 
Definition at line 35 of file class.ilBuddySystemNotification.php.
      
  | 
  protected | 
Definition at line 36 of file class.ilBuddySystemNotification.php.
Referenced by __construct().
| const ilBuddySystemNotification::CONTACT_REQUEST_KEY = 'contact_requested_by' | 
Definition at line 34 of file class.ilBuddySystemNotification.php.