ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilBuddyList. More...
Public Member Functions | |
__construct (ilObjUser $ilObjUser) | |
getRecipientIds () | |
setRecipientIds (array $recipient_ids) | |
send () | |
Protected Attributes | |
$sender | |
$recipient_ids = array() | |
Class ilBuddyList.
Definition at line 8 of file class.ilBuddySystemNotification.php.
ilBuddySystemNotification::__construct | ( | ilObjUser | $ilObjUser | ) |
ilObjUser | $ilObjUser |
Definition at line 23 of file class.ilBuddySystemNotification.php.
ilBuddySystemNotification::getRecipientIds | ( | ) |
Definition at line 31 of file class.ilBuddySystemNotification.php.
References $recipient_ids.
Referenced by send().
ilBuddySystemNotification::send | ( | ) |
Definition at line 47 of file class.ilBuddySystemNotification.php.
References ilLanguageFactory\_getLanguage(), ilLink\_getStaticLink(), array, ilNotificationConfig\DEFAULT_TTS, ilUserUtil\getNamePresentation(), getRecipientIds(), and ilNotificationConfig\TTL_LONG.
ilBuddySystemNotification::setRecipientIds | ( | array | $recipient_ids | ) |
array | $recipient_ids |
Definition at line 39 of file class.ilBuddySystemNotification.php.
References $recipient_ids.
Referenced by ilContactAppEventListener\handleEvent().
|
protected |
Definition at line 18 of file class.ilBuddySystemNotification.php.
Referenced by getRecipientIds(), and setRecipientIds().
|
protected |
Definition at line 13 of file class.ilBuddySystemNotification.php.