|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Collaboration diagram for ilBuddySystemNotification:Public Member Functions | |
| __construct (protected ilObjUser $sender, protected ilSetting $settings) | |
| getRecipientIds () | |
| setRecipientIds (array $recipient_ids) | |
| send () | |
Data Fields | |
| const string | CONTACT_REQUEST_KEY = 'contact_requested_by' |
Protected Member Functions | |
| hasPublicProfile (int $recipientUsrId) | |
Protected Attributes | |
| array | $recipient_ids = [] |
Definition at line 27 of file class.ilBuddySystemNotification.php.
| ilBuddySystemNotification::__construct | ( | protected ilObjUser | $sender, |
| protected ilSetting | $settings | ||
| ) |
Definition at line 34 of file class.ilBuddySystemNotification.php.
| ilBuddySystemNotification::getRecipientIds | ( | ) |
Definition at line 41 of file class.ilBuddySystemNotification.php.
References $recipient_ids.
Referenced by send().
Here is the caller graph for this function:
|
protected |
Definition at line 116 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 54 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 | $recipient_ids | ) |
| list<int> | $recipient_ids |
Definition at line 49 of file class.ilBuddySystemNotification.php.
References $recipient_ids.
|
protected |
Definition at line 32 of file class.ilBuddySystemNotification.php.
Referenced by getRecipientIds(), and setRecipientIds().
| const string ilBuddySystemNotification::CONTACT_REQUEST_KEY = 'contact_requested_by' |
Definition at line 29 of file class.ilBuddySystemNotification.php.