ILIAS
release_8 Revision v8.19
|
Statically used helper class for generating links to the mail form user interface. More...
Static Public Member Functions | |
static | getLinkTarget ( $gui, string $cmd, array $gui_params=[], array $mail_params=[], array $context_params=[]) |
static | getRedirectTarget ( $gui, string $cmd, array $gui_params=[], array $mail_params=[], array $context_params=[]) |
static | storeReferer (array $queryParameters) |
static | getSignature () |
static | getRefererRedirectUrl () |
static | isRefererStored () |
static | getContextId () |
static | setContextId (?string $id) |
static | getContextParameters () |
static | setContextParameters (array $parameters) |
static | setRecipients (array $recipients, string $type='to') |
static | getRecipients (string $type='to') |
Data Fields | |
const | SESSION_KEY = 'mail_transport' |
const | REFERER_KEY = 'r' |
const | SIGNATURE_KEY = 'sig' |
const | CONTEXT_PREFIX = 'ctx' |
const | CONTEXT_KEY = 'ctx_template' |
Static Protected Member Functions | |
static | getTargetUrl (string $argument_separator, $gui, string $cmd, array $gui_params=[], array $mail_params=[], array $context_params=[]) |
Statically used helper class for generating links to the mail form user interface.
Definition at line 27 of file class.ilMailFormCall.php.
|
static |
Definition at line 216 of file class.ilMailFormCall.php.
References $session, and ilSession\get().
Referenced by ilMailFormGUI\editAttachments(), ilMailFormGUI\saveDraft(), ilMailFormGUI\saveMailBeforeSearch(), ilMailFormGUI\searchUsers(), ilForumMailEventNotificationSender\send(), ilMailFormGUI\sendMessage(), and ilMailFormGUI\showForm().
|
static |
Definition at line 233 of file class.ilMailFormCall.php.
References $session, and ilSession\get().
Referenced by ilMailFormGUI\editAttachments(), ilMailFormGUI\saveDraft(), ilMailFormGUI\saveMailBeforeSearch(), ilMailFormGUI\searchUsers(), ilForumMailEventNotificationSender\send(), and ilMailFormGUI\sendMessage().
|
static |
object | string | $gui | |
string | $cmd | |
array | $gui_params | |
array | $mail_params | |
array | $context_params |
Definition at line 43 of file class.ilMailFormCall.php.
Referenced by ilMailUserActionProvider\collectActionsForTargetUser(), ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilAssignedUsersTableGUI\fillRow(), ilPublicUserProfileGUI\getEmbeddable(), and ilObjCourseGUI\infoScreen().
|
static |
Definition at line 263 of file class.ilMailFormCall.php.
References ILIAS\LTI\ToolProvider\$key, $session, $type, and ilSession\get().
Referenced by ilMailGUI\executeCommand().
|
static |
object | string | $gui | |
string | $cmd | |
array | $gui_params | |
array | $mail_params | |
array | $context_params |
Definition at line 61 of file class.ilMailFormCall.php.
Referenced by ilObjUserFolderGUI\mailObject(), ilSurveyParticipantsGUI\mailRatersObject(), ilObjRoleGUI\mailToRoleObject(), ilMailMemberSearchGUI\nextMailForm(), ilExerciseManagementGUI\redirectFeedbackMailObject(), ilAccessibilitySupportContactsGUI\sendIssueMail(), ilLPTableBaseGUI\sendMail(), ilObjContentObjectGUI\sendMailToBlockedUsers(), ilMembershipMailGUI\sendMailToSelectedUsers(), ilStudyProgrammeMailMemberSearchGUI\sendMailToSelectedUsers(), ilMailMemberSearchGUI\sendMailToSelectedUsers(), and ilMembershipGUI\sendMailToSelectedUsers().
|
static |
Definition at line 177 of file class.ilMailFormCall.php.
References $parts, $session, $url, ilUtil\_getHttpPath(), ilSession\get(), and ilSession\set().
Referenced by ilMailFormGUI\cancelMail(), ilMailFormGUI\saveDraft(), and ilMailFormGUI\sendMessage().
|
static |
Definition at line 162 of file class.ilMailFormCall.php.
References $session, ilSession\get(), and ilSession\set().
Referenced by ilMailFormGUI\showForm().
|
staticprotected |
string | $argument_separator | |
object | string | $gui | |
string | $cmd | |
array | $gui_params | |
array | $mail_params | |
array | $context_params |
Definition at line 80 of file class.ilMailFormCall.php.
References $DIC, and ILIAS\LTI\ToolProvider\$key.
|
static |
Definition at line 205 of file class.ilMailFormCall.php.
References $session, and ilSession\get().
Referenced by ilMailFormGUI\cancelMail(), ilMailFormGUI\saveDraft(), ilMailFormGUI\sendMessage(), and ilMailFormGUI\showForm().
|
static |
Definition at line 226 of file class.ilMailFormCall.php.
References $id, $session, ilSession\get(), and ilSession\set().
Referenced by ilMailFormGUI\showForm().
|
static |
Definition at line 243 of file class.ilMailFormCall.php.
References $session, ilSession\get(), and ilSession\set().
Referenced by ilMailFormGUI\showForm().
|
static |
list<string> | $recipients |
Definition at line 253 of file class.ilMailFormCall.php.
References $session, $type, ilSession\get(), and ilSession\set().
Referenced by ilMailGUI\executeCommand(), ilSurveyParticipantsGUI\mailRatersObject(), ilStudyProgrammeMailMemberSearchGUI\sendMailToSelectedUsers(), ilMailMemberSearchGUI\sendMailToSelectedUsers(), and ilMembershipGUI\sendMailToSelectedUsers().
|
static |
array<string,mixed> | $queryParameters |
Definition at line 123 of file class.ilMailFormCall.php.
References ILIAS\LTI\ToolProvider\$key, $session, ilSession\get(), and ilSession\set().
Referenced by ilMailGUI\executeCommand().
const ilMailFormCall::CONTEXT_KEY = 'ctx_template' |
Definition at line 33 of file class.ilMailFormCall.php.
Referenced by ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilMailMemberSearchGUI\generateContextArray(), ilStudyProgrammeMailMemberSearchGUI\generateContextArray(), ilCourseMembershipGUI\getMailContextOptions(), ilSessionMembershipGUI\getMailContextOptions(), ilObjCourseGUI\infoScreen(), ilSurveyParticipantsGUI\mailRatersObject(), and ilLPTableBaseGUI\sendMail().
const ilMailFormCall::CONTEXT_PREFIX = 'ctx' |
Definition at line 32 of file class.ilMailFormCall.php.
const ilMailFormCall::REFERER_KEY = 'r' |
Definition at line 30 of file class.ilMailFormCall.php.
const ilMailFormCall::SESSION_KEY = 'mail_transport' |
Definition at line 29 of file class.ilMailFormCall.php.
const ilMailFormCall::SIGNATURE_KEY = 'sig' |
Definition at line 31 of file class.ilMailFormCall.php.
Referenced by ilExerciseManagementGUI\redirectFeedbackMailObject().