| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilSessionMembershipMailNotification:
 Collaboration diagram for ilSessionMembershipMailNotification:Public Member Functions | |
| __construct () | |
| send (int $userId=0) | |
  Public Member Functions inherited from ilMailNotification | |
| __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 | 
  Data Fields inherited from ilMailNotification | |
| final const | SUBJECT_TITLE_LENGTH = 60 | 
Protected Member Functions | |
| initLanguage (int $a_usr_id) | |
  Protected Member Functions inherited from ilMailNotification | |
| 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 | 
  Protected Attributes inherited from ilMailNotification | |
| 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 | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 28 of file class.ilSessionMembershipMailNotification.php.
| ilSessionMembershipMailNotification::__construct | ( | ) | 
Definition at line 53 of file class.ilSessionMembershipMailNotification.php.
References $DIC, and ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 339 of file class.ilSessionMembershipMailNotification.php.
References ilMailNotification\getLanguage().
Referenced by send().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSessionMembershipMailNotification::send | ( | int | $userId = 0 | ) | 
Definition at line 62 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(), ilMailNotification\sendMail(), ilMailNotification\setBody(), ilMailNotification\setSubject(), and ilMailNotification\userToString().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 51 of file class.ilSessionMembershipMailNotification.php.
Referenced by send().
| const ilSessionMembershipMailNotification::TYPE_ACCEPTED_SUBSCRIPTION_MEMBER = 22 | 
Definition at line 33 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 30 of file class.ilSessionMembershipMailNotification.php.
| const ilSessionMembershipMailNotification::TYPE_BLOCKED_MEMBER = 25 | 
Definition at line 37 of file class.ilSessionMembershipMailNotification.php.
| const ilSessionMembershipMailNotification::TYPE_DISMISS_MEMBER = 21 | 
Definition at line 31 of file class.ilSessionMembershipMailNotification.php.
| const ilSessionMembershipMailNotification::TYPE_ENTER_NOTIFICATION = 100 | 
Definition at line 47 of file class.ilSessionMembershipMailNotification.php.
Referenced by ilSessionAppEventListener\handleEnteredEvent().
| const ilSessionMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION = 30 | 
Definition at line 43 of file class.ilSessionMembershipMailNotification.php.
| const ilSessionMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION_REQUEST = 31 | 
Definition at line 44 of file class.ilSessionMembershipMailNotification.php.
| const ilSessionMembershipMailNotification::TYPE_NOTIFICATION_UNSUBSCRIBE = 32 | 
Definition at line 45 of file class.ilSessionMembershipMailNotification.php.
| const ilSessionMembershipMailNotification::TYPE_REFUSED_SUBSCRIPTION_MEMBER = 23 | 
Definition at line 34 of file class.ilSessionMembershipMailNotification.php.
Referenced by ilMembershipGUI\refuseFromList(), and ilMembershipGUI\refuseSubscribers().
| const ilSessionMembershipMailNotification::TYPE_REGISTER_NOTIFICATION = 101 | 
Definition at line 48 of file class.ilSessionMembershipMailNotification.php.
Referenced by ilSessionAppEventListener\handleRegisterEvent().
| const ilSessionMembershipMailNotification::TYPE_SUBSCRIBE_MEMBER = 28 | 
Definition at line 41 of file class.ilSessionMembershipMailNotification.php.
| const ilSessionMembershipMailNotification::TYPE_UNBLOCKED_MEMBER = 26 | 
Definition at line 38 of file class.ilSessionMembershipMailNotification.php.
| const ilSessionMembershipMailNotification::TYPE_UNREGISTER_NOTIFICATION = 102 | 
Definition at line 49 of file class.ilSessionMembershipMailNotification.php.
Referenced by ilSessionAppEventListener\handleUnregisterEvent().
| const ilSessionMembershipMailNotification::TYPE_UNSUBSCRIBE_MEMBER = 27 | 
Definition at line 40 of file class.ilSessionMembershipMailNotification.php.