19 declare(strict_types=1);
46 public function __construct(
protected bool $is_in_wsp =
false)
52 if ($this->is_in_wsp) {
58 public function setType(
int $a_type): void
60 $this->type = $a_type;
70 $this->sender = $a_usr_id;
84 return $this->subject = $a_subject;
92 protected function setBody(
string $a_body): void
94 $this->body = $a_body;
99 return $this->body .= $a_body;
109 $this->recipients = $a_rcp;
119 $this->attachments = $a_att;
129 $this->lang_modules = $a_modules;
142 foreach ($this->lang_modules as $lmod) {
152 $this->
language->loadLanguageModule(
'mail');
154 foreach ($this->lang_modules as $lmod) {
155 $this->
language->loadLanguageModule($lmod);
171 return str_replace(
'\n',
"\n", $this->
getLanguage()->txt($a_keyword));
176 if (!$this->is_in_wsp) {
177 $this->ref_id = $a_id;
180 $this->ref_id = $a_id;
181 $obj_id = $this->wsp_tree->lookupObjectId($this->
getRefId());
199 $this->obj_id = $a_obj_id;
210 $this->additional_info = $a_info;
230 public function sendMail(array $a_rcp,
bool $a_parse_recipients =
true): void
233 foreach ($a_rcp as $rcp) {
234 if ($a_parse_recipients) {
237 $recipients[] = $rcp;
240 $recipients = implode(
',', $recipients);
241 $errors = $this->
getMail()->enqueue(
249 if ($errors !== []) {
261 return is_object($this->mail) ? $this->mail : $this->
initMail();
267 if (!$this->is_in_wsp) {
268 return ilLink::_getLink($this->ref_id, $this->
getObjType(), $a_params, $a_append);
278 return ($name[
'title'] ? $name[
'title'] .
' ' :
'') .
279 ($name[
'firstname'] ? $name[
'firstname'] .
' ' :
'') .
280 ($name[
'lastname'] ? $name[
'lastname'] .
' ' :
'');
283 protected function isRefIdAccessible(
int $a_user_id,
int $a_ref_id,
string $a_permission =
"read"): bool
289 if (!$this->is_in_wsp) {
290 if (trim($a_permission) &&
291 !$DIC->access()->checkAccessOfUser(
301 trim($a_permission) &&
302 !$this->wsp_access_handler->checkAccessOfUser(
319 return "----------------------------------------\n";
__construct(protected bool $is_in_wsp=false)
appendBody(string $a_body)
static getLogger(string $a_component_id)
Get component logger.
sendMail(array $a_rcp, bool $a_parse_recipients=true)
static getGotoLink(int $a_node_id, int $a_obj_id, string $a_additional="")
static _lookupName(int $a_user_id)
lookup user name
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initLanguageByIso2Code(string $a_code='')
loadLanguageModule(string $a_module)
Load language module.
static subStr(string $a_str, int $a_start, ?int $a_length=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
userToString(int $a_usr_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getAdditionalInformation()
static strLen(string $a_string)
static _lookupTitle(int $obj_id)
ilWorkspaceAccessHandler $wsp_access_handler
static _getLanguageOfUser(int $a_usr_id)
Get language object of user.
setLangModules(array $a_modules)
getUserLanguage(int $a_usr_id)
initLanguage(int $a_usr_id)
ilWorkspaceTree $wsp_tree
static _getLanguage(string $a_lang_key='')
Get language object.
getLanguageText(string $a_keyword)
isRefIdAccessible(int $a_user_id, int $a_ref_id, string $a_permission="read")
setRecipients(array $a_rcp)
getObjectTitle(bool $a_shorten=false)
createPermanentLink(array $a_params=[], string $a_append='')
static shortenTextExtended(string $a_str, int $a_len, bool $a_dots=false, bool $a_next_blank=false, bool $a_keep_extension=false)
setSubject(string $a_subject)
final const SUBJECT_TITLE_LENGTH
language()
description: > Example for rendring a language glyph.
static _lookupType(int $id, bool $reference=false)
setLanguage(ilLanguage $a_language)
setAdditionalInformation(array $a_info)
setAttachments(array $a_att)
static _lookupLogin(int $a_user_id)