|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilBuddyList. More...
Collaboration diagram for ilBuddySystemNotification:Public Member Functions | |
| __construct (protected ilObjUser $sender, protected ilSetting $settings) | |
| getRecipientIds () | |
| setRecipientIds (array $recipientIds) | |
| send () | |
Data Fields | |
| const | CONTACT_REQUEST_KEY = 'contact_requested_by' |
Protected Member Functions | |
| hasPublicProfile (int $recipientUsrId) | |
Protected Attributes | |
| array | $recipientIds = [] |
Class ilBuddyList.
Definition at line 31 of file class.ilBuddySystemNotification.php.
| ilBuddySystemNotification::__construct | ( | protected ilObjUser | $sender, |
| protected ilSetting | $settings | ||
| ) |
Definition at line 37 of file class.ilBuddySystemNotification.php.
| ilBuddySystemNotification::getRecipientIds | ( | ) |
Definition at line 44 of file class.ilBuddySystemNotification.php.
References $recipientIds.
Referenced by send().
Here is the caller graph for this function:
|
protected |
Definition at line 126 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 57 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 52 of file class.ilBuddySystemNotification.php.
Referenced by ilContactAppEventListener\handleEvent().
Here is the caller graph for this function:
|
protected |
Definition at line 35 of file class.ilBuddySystemNotification.php.
Referenced by getRecipientIds().
| const ilBuddySystemNotification::CONTACT_REQUEST_KEY = 'contact_requested_by' |
Definition at line 33 of file class.ilBuddySystemNotification.php.