ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct () | |
send (int $userId=0) | |
![]() | |
__construct (protected bool $is_in_wsp=false) | |
setType (int $a_type) | |
getType () | |
setSender (int $a_usr_id) | |
getSender () | |
setRecipients (array $a_rcp) | |
getRecipients () | |
setAttachments (array $a_att) | |
getAttachments () | |
setLangModules (array $a_modules) | |
getUserLanguage (int $a_usr_id) | |
setRefId (int $a_id) | |
getRefId () | |
getObjId () | |
setObjId (int $a_obj_id) | |
getObjType () | |
setAdditionalInformation (array $a_info) | |
getAdditionalInformation () | |
sendMail (array $a_rcp, bool $a_parse_recipients=true) | |
getBlockBorder () | |
Data Fields | |
const | TYPE_ADMISSION_MEMBER = 20 |
const | TYPE_DISMISS_MEMBER = 21 |
const | TYPE_ACCEPTED_SUBSCRIPTION_MEMBER = 22 |
const | TYPE_REFUSED_SUBSCRIPTION_MEMBER = 23 |
const | TYPE_BLOCKED_MEMBER = 25 |
const | TYPE_UNBLOCKED_MEMBER = 26 |
const | TYPE_UNSUBSCRIBE_MEMBER = 27 |
const | TYPE_SUBSCRIBE_MEMBER = 28 |
const | TYPE_NOTIFICATION_REGISTRATION = 30 |
const | TYPE_NOTIFICATION_REGISTRATION_REQUEST = 31 |
const | TYPE_NOTIFICATION_UNSUBSCRIBE = 32 |
const | TYPE_ENTER_NOTIFICATION = 100 |
const | TYPE_REGISTER_NOTIFICATION = 101 |
const | TYPE_UNREGISTER_NOTIFICATION = 102 |
![]() | |
final const | SUBJECT_TITLE_LENGTH = 60 |
Protected Member Functions | |
initLanguage (int $a_usr_id) | |
![]() | |
setSubject (string $a_subject) | |
getSubject () | |
setBody (string $a_body) | |
appendBody (string $a_body) | |
getBody () | |
initLanguage (int $a_usr_id) | |
initLanguageByIso2Code (string $a_code='') | |
setLanguage (ilLanguage $a_language) | |
getLanguage () | |
getLanguageText (string $a_keyword) | |
getObjectTitle (bool $a_shorten=false) | |
initMail () | |
getMail () | |
createPermanentLink (array $a_params=[], string $a_append='') | |
userToString (int $a_usr_id) | |
isRefIdAccessible (int $a_user_id, int $a_ref_id, string $a_permission="read") | |
Protected Attributes | |
ilSetting | $setting |
![]() | |
int | $type |
int | $sender |
ilMail | $mail = null |
string | $subject = '' |
string | $body = '' |
array | $attachments = [] |
ilLanguage | $language |
array | $lang_modules = [] |
array | $recipients = [] |
int | $ref_id |
int | $obj_id = 0 |
string | $obj_type = '' |
array | $additional_info = [] |
ilWorkspaceTree | $wsp_tree |
ilWorkspaceAccessHandler | $wsp_access_handler |
ilSessionMembershipMailNotification::__construct | ( | ) |
Definition at line 52 of file class.ilSessionMembershipMailNotification.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 338 of file class.ilSessionMembershipMailNotification.php.
References ilMailNotification\getLanguage().
Referenced by send().
ilSessionMembershipMailNotification::send | ( | int | $userId = 0 | ) |
Definition at line 61 of file class.ilSessionMembershipMailNotification.php.
References $ilSetting, $setting, ilMailNotification\appendBody(), ilMailNotification\createPermanentLink(), ilMailNotification\getAdditionalInformation(), ilObjectFactory\getInstanceByObjId(), ilMailNotification\getLanguage(), ilMailNotification\getLanguageText(), ilMailNotification\getMail(), ilMailNotification\getObjectTitle(), ilMailNotification\getRecipients(), ilMail\getSalutation(), ilMailNotification\getType(), initLanguage(), ilMailNotification\initMail(), null, ilMailNotification\sendMail(), ilMailNotification\setBody(), ilMailNotification\setSubject(), and ilMailNotification\userToString().
|
protected |
Definition at line 50 of file class.ilSessionMembershipMailNotification.php.
Referenced by send().
const ilSessionMembershipMailNotification::TYPE_ACCEPTED_SUBSCRIPTION_MEMBER = 22 |
Definition at line 32 of file class.ilSessionMembershipMailNotification.php.
Referenced by ilMembershipGUI\assignFromWaitingList(), ilMembershipGUI\assignSubscribers(), ilObjSession\handleAutoFill(), and ilSessionParticipants\sendNotification().
const ilSessionMembershipMailNotification::TYPE_ADMISSION_MEMBER = 20 |
Definition at line 29 of file class.ilSessionMembershipMailNotification.php.
const ilSessionMembershipMailNotification::TYPE_BLOCKED_MEMBER = 25 |
Definition at line 36 of file class.ilSessionMembershipMailNotification.php.
const ilSessionMembershipMailNotification::TYPE_DISMISS_MEMBER = 21 |
Definition at line 30 of file class.ilSessionMembershipMailNotification.php.
const ilSessionMembershipMailNotification::TYPE_ENTER_NOTIFICATION = 100 |
Definition at line 46 of file class.ilSessionMembershipMailNotification.php.
Referenced by ilSessionAppEventListener\handleEnteredEvent().
const ilSessionMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION = 30 |
Definition at line 42 of file class.ilSessionMembershipMailNotification.php.
const ilSessionMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION_REQUEST = 31 |
Definition at line 43 of file class.ilSessionMembershipMailNotification.php.
const ilSessionMembershipMailNotification::TYPE_NOTIFICATION_UNSUBSCRIBE = 32 |
Definition at line 44 of file class.ilSessionMembershipMailNotification.php.
const ilSessionMembershipMailNotification::TYPE_REFUSED_SUBSCRIPTION_MEMBER = 23 |
Definition at line 33 of file class.ilSessionMembershipMailNotification.php.
Referenced by ilMembershipGUI\refuseFromList(), and ilMembershipGUI\refuseSubscribers().
const ilSessionMembershipMailNotification::TYPE_REGISTER_NOTIFICATION = 101 |
Definition at line 47 of file class.ilSessionMembershipMailNotification.php.
Referenced by ilSessionAppEventListener\handleRegisterEvent().
const ilSessionMembershipMailNotification::TYPE_SUBSCRIBE_MEMBER = 28 |
Definition at line 40 of file class.ilSessionMembershipMailNotification.php.
const ilSessionMembershipMailNotification::TYPE_UNBLOCKED_MEMBER = 26 |
Definition at line 37 of file class.ilSessionMembershipMailNotification.php.
const ilSessionMembershipMailNotification::TYPE_UNREGISTER_NOTIFICATION = 102 |
Definition at line 48 of file class.ilSessionMembershipMailNotification.php.
Referenced by ilSessionAppEventListener\handleUnregisterEvent().
const ilSessionMembershipMailNotification::TYPE_UNSUBSCRIBE_MEMBER = 27 |
Definition at line 39 of file class.ilSessionMembershipMailNotification.php.