|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilExerciseMailNotification:
Collaboration diagram for ilExerciseMailNotification:Public Member Functions | |
| __construct () | |
| setAssignmentId (int $a_val) | |
| getAssignmentId () | |
| send () | |
Public Member Functions inherited from ilMailNotification | |
| __construct (bool $a_is_personal_workspace=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_FEEDBACK_FILE_ADDED = 20 |
| const | TYPE_SUBMISSION_UPLOAD = 30 |
| const | TYPE_FEEDBACK_TEXT_ADDED = 40 |
Data Fields inherited from ilMailNotification | |
| const | SUBJECT_TITLE_LENGTH = 60 |
Protected Member Functions | |
| initLanguage (int $a_usr_id) | |
| Add language module exc. More... | |
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 | |
| ilObjUser | $user |
| int | $ass_id |
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 = [] |
| bool | $is_in_wsp |
| 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.ilExerciseMailNotification.php.
| ilExerciseMailNotification::__construct | ( | ) |
Definition at line 31 of file class.ilExerciseMailNotification.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilExerciseMailNotification::getAssignmentId | ( | ) |
Definition at line 44 of file class.ilExerciseMailNotification.php.
References $ass_id.
Referenced by send().
Here is the caller graph for this function:
|
protected |
Add language module exc.
Reimplemented from ilMailNotification.
Definition at line 199 of file class.ilExerciseMailNotification.php.
References ilMailNotification\getLanguage().
Referenced by send().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseMailNotification::send | ( | ) |
Definition at line 49 of file class.ilExerciseMailNotification.php.
References $ilUser, $user, ilMailNotification\appendBody(), ilMailNotification\createPermanentLink(), getAssignmentId(), ilMailNotification\getLanguage(), ilMailNotification\getLanguageText(), ilMailNotification\getMail(), ilMailNotification\getObjectTitle(), ilMailNotification\getRecipients(), ilMail\getSalutation(), ilMailNotification\getType(), initLanguage(), ilMailNotification\initMail(), ilExAssignment\lookupTitle(), ilExAssignment\lookupType(), ilMailNotification\sendMail(), ilMailNotification\setBody(), ilMailNotification\setSubject(), TYPE_FEEDBACK_FILE_ADDED, TYPE_FEEDBACK_TEXT_ADDED, TYPE_SUBMISSION_UPLOAD, and ilExAssignment\TYPE_UPLOAD.
Here is the call graph for this function:| ilExerciseMailNotification::setAssignmentId | ( | int | $a_val | ) |
Definition at line 39 of file class.ilExerciseMailNotification.php.
|
protected |
Definition at line 29 of file class.ilExerciseMailNotification.php.
Referenced by getAssignmentId().
|
protected |
Definition at line 28 of file class.ilExerciseMailNotification.php.
Referenced by send().
| const ilExerciseMailNotification::TYPE_FEEDBACK_FILE_ADDED = 20 |
Definition at line 24 of file class.ilExerciseMailNotification.php.
Referenced by send().
| const ilExerciseMailNotification::TYPE_FEEDBACK_TEXT_ADDED = 40 |
Definition at line 26 of file class.ilExerciseMailNotification.php.
Referenced by send().
| const ilExerciseMailNotification::TYPE_SUBMISSION_UPLOAD = 30 |
Definition at line 25 of file class.ilExerciseMailNotification.php.
Referenced by ilExSubmissionBaseGUI\handleNewUpload(), and send().