4 include_once
'./Services/Mail/classes/class.ilMailNotification.php';
25 parent::__construct();
36 case self::TYPE_NOTIFICATION_APPROVERS:
61 $this->
getMail()->appendInstallationSignature(
true);
62 $this->
getMail()->enableSoap(
false);
67 case self::TYPE_NOTIFICATION_CONFIRMATION:
92 include_once
"Services/Link/classes/class.ilLink.php";
98 $this->
getMail()->appendInstallationSignature(
true);
99 $this->
getMail()->enableSoap(
false);
113 parent::initLanguage($a_usr_id);
114 $this->
getLanguage()->loadLanguageModule(
'registration');
getType()
Get notification type.
static _getStaticLink($a_ref_id, $a_type='', $a_fallback_goto=true, $append="")
Get static link.
__construct()
Default constructor.
getLanguageText($a_keyword)
getAdditionalInformation()
const TYPE_NOTIFICATION_APPROVERS
Base class for course/group mail notifications.
Create styles array
The data for the language used.
sendMail(array $a_rcp, $a_type, $a_parse_recipients=true)
getRecipients()
get array of recipients
send()
Parse and send mail.
appendBody($a_body)
Append body text.
initLanguage($a_usr_id)
Add language module registration.
const TYPE_NOTIFICATION_CONFIRMATION