ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (bool $a_is_personal_workspace=false) | |
setQuestionId (int $a_val) | |
getQuestionId () | |
send () | |
![]() | |
__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_USER_BLOCKED = 10 |
![]() | |
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 | |
ILIAS TestQuestionPool Questions PublicInterface | $questioninfo |
int | $question_id = 0 |
ilObjUser | $user |
![]() | |
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 22 of file class.ilLMMailNotification.php.
ilLMMailNotification::__construct | ( | bool | $a_is_personal_workspace = false | ) |
Definition at line 30 of file class.ilLMMailNotification.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\user().
ilLMMailNotification::getQuestionId | ( | ) |
|
protected |
Definition at line 100 of file class.ilLMMailNotification.php.
References ilMailNotification\getLanguage().
Referenced by send().
ilLMMailNotification::send | ( | ) |
Definition at line 49 of file class.ilLMMailNotification.php.
References $user, ilMailNotification\appendBody(), ilMailNotification\createPermanentLink(), ilMailNotification\getLanguage(), ilMailNotification\getLanguageText(), ilMailNotification\getMail(), ilUserUtil\getNamePresentation(), ilMailNotification\getObjectTitle(), ilMailNotification\getRecipients(), ilMail\getSalutation(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), ilMailNotification\getType(), initLanguage(), ilMailNotification\initMail(), ilMailNotification\sendMail(), ilMailNotification\setBody(), and ilMailNotification\setSubject().
ilLMMailNotification::setQuestionId | ( | int | $a_val | ) |
Definition at line 39 of file class.ilLMMailNotification.php.
|
protected |
Definition at line 26 of file class.ilLMMailNotification.php.
Referenced by getQuestionId().
|
protected |
Definition at line 25 of file class.ilLMMailNotification.php.
|
protected |
Definition at line 28 of file class.ilLMMailNotification.php.
Referenced by send().
const ilLMMailNotification::TYPE_USER_BLOCKED = 10 |
Definition at line 24 of file class.ilLMMailNotification.php.
Referenced by ilLMPageGUI\processAnswer().