|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Statically used helper class for generating links to the mail form user interface. More...
Collaboration diagram for ilMailFormCall:Static Public Member Functions | |
| static | getLinkTarget ($gui, $cmd, array $gui_params=array(), array $mail_params=array(), $context_params=array()) |
| static | getRedirectTarget ($gui, $cmd, array $gui_params=array(), array $mail_params=array(), array $context_params=array()) |
| static | storeReferer ($request_params) |
| static | getSignature () |
| Get preset signature. More... | |
| static | getRefererRedirectUrl () |
| static | isRefererStored () |
| static | getContextId () |
| static | setContextId ($id) |
| static | getContextParameters () |
| static | setContextParameters (array $parameters) |
| static | setRecipients (array $recipients) |
| static | getRecipients () |
Data Fields | |
| const | SESSION_KEY = 'mail_transport' |
| const | REFERER_KEY = 'r' |
| HTTP-GET parameter for the referer url. More... | |
| const | SIGNATURE_KEY = 'sig' |
| Session parameter for the hash. More... | |
| const | CONTEXT_PREFIX = 'ctx' |
| Session parameter for the context. More... | |
| const | CONTEXT_KEY = 'ctx_template' |
| Session parameter for the context. More... | |
Static Protected Member Functions | |
| static | getTargetUrl ($argument_separator, $gui, $cmd, array $gui_params=array(), array $mail_params=array(), array $context_params=array()) |
Statically used helper class for generating links to the mail form user interface.
Definition at line 10 of file class.ilMailFormCall.php.
|
static |
Definition at line 198 of file class.ilMailFormCall.php.
References $session, and ilSession\get().
Referenced by ilMailFormGUI\editAttachments(), ilMailFormGUI\saveDraft(), ilMailFormGUI\saveMailBeforeSearch(), ilMailFormGUI\searchUsers(), ilMailEventNotificationSender\send(), ilMailFormGUI\sendMessage(), and ilMailFormGUI\showForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 221 of file class.ilMailFormCall.php.
References $session, CONTEXT_PREFIX, and ilSession\get().
Referenced by ilMailFormGUI\editAttachments(), ilMailFormGUI\saveDraft(), ilMailFormGUI\saveMailBeforeSearch(), ilMailFormGUI\searchUsers(), ilMailEventNotificationSender\send(), and ilMailFormGUI\sendMessage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| mixed | $gui | |
| string | $cmd | |
| array | $gui_params | |
| array | $mail_params | |
| array | $context_params |
Definition at line 46 of file class.ilMailFormCall.php.
References getTargetUrl().
Referenced by ilMailUserActionProvider\collectActionsForTargetUser(), ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilAssignedUsersTableGUI\fillRow(), ilPublicUserProfileGUI\getEmbeddable(), and ilObjCourseGUI\infoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 254 of file class.ilMailFormCall.php.
References $session, and ilSession\get().
Referenced by ilMailGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| mixed | $gui | |
| string | $cmd | |
| array | $gui_params | |
| array | $mail_params | |
| array | $context_params |
Definition at line 60 of file class.ilMailFormCall.php.
References getTargetUrl().
Referenced by ilObjUserFolderGUI\mailObject(), ilObjRoleGUI\mailToRoleObject(), ilMailMemberSearchGUI\nextMailForm(), ilExerciseManagementGUI\redirectFeedbackMailObject(), ilAccessibilitySupportContactsGUI\sendIssueMail(), ilLPTableBaseGUI\sendMail(), ilObjContentObjectGUI\sendMailToBlockedUsers(), ilStudyProgrammeMailMemberSearchGUI\sendMailToSelectedUsers(), ilMailMemberSearchGUI\sendMailToSelectedUsers(), ilMembershipGUI\sendMailToSelectedUsers(), and ilMembershipMailGUI\sendMailToSelectedUsers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 160 of file class.ilMailFormCall.php.
References $session, $url, ilUtil\_getHttpPath(), ilSession\get(), REFERER_KEY, and ilSession\set().
Referenced by ilMailFormGUI\cancelMail(), ilMailFormGUI\saveDraft(), and ilMailFormGUI\sendMessage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get preset signature.
Definition at line 144 of file class.ilMailFormCall.php.
References $session, ilSession\get(), ilSession\set(), and SIGNATURE_KEY.
Referenced by ilMailFormGUI\showForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
| string | $argument_separator | |
| mixed | $gui | |
| string | $cmd | |
| array | $gui_params | |
| array | $mail_params |
Definition at line 74 of file class.ilMailFormCall.php.
References $DIC.
Referenced by getLinkTarget(), and getRedirectTarget().
Here is the caller graph for this function:
|
static |
Definition at line 189 of file class.ilMailFormCall.php.
References $session, and ilSession\get().
Referenced by ilMailFormGUI\cancelMail(), ilMailFormGUI\saveDraft(), ilMailFormGUI\sendMessage(), and ilMailFormGUI\showForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| $id | string |
Definition at line 211 of file class.ilMailFormCall.php.
References $session, CONTEXT_KEY, ilSession\get(), and ilSession\set().
Referenced by ilMailFormGUI\showForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| array | $parameters |
Definition at line 234 of file class.ilMailFormCall.php.
References $session, CONTEXT_PREFIX, ilSession\get(), and ilSession\set().
Referenced by ilMailFormGUI\showForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| array | $recipients |
Definition at line 244 of file class.ilMailFormCall.php.
References $session, ilSession\get(), and ilSession\set().
Referenced by ilMailGUI\executeCommand(), ilStudyProgrammeMailMemberSearchGUI\sendMailToSelectedUsers(), ilMailMemberSearchGUI\sendMailToSelectedUsers(), and ilMembershipGUI\sendMailToSelectedUsers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| array | $request_params |
Definition at line 112 of file class.ilMailFormCall.php.
References $session, CONTEXT_PREFIX, ilSession\get(), REFERER_KEY, ilSession\set(), and SIGNATURE_KEY.
Referenced by ilMailGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilMailFormCall::CONTEXT_KEY = 'ctx_template' |
Session parameter for the context.
Definition at line 35 of file class.ilMailFormCall.php.
Referenced by ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilStudyProgrammeMailMemberSearchGUI\generateContextArray(), ilMailMemberSearchGUI\generateContextArray(), ilCourseMembershipGUI\getMailContextOptions(), ilSessionMembershipGUI\getMailContextOptions(), ilObjCourseGUI\infoScreen(), ilLPTableBaseGUI\sendMail(), and setContextId().
| const ilMailFormCall::CONTEXT_PREFIX = 'ctx' |
Session parameter for the context.
Definition at line 30 of file class.ilMailFormCall.php.
Referenced by getContextParameters(), setContextParameters(), and storeReferer().
| const ilMailFormCall::REFERER_KEY = 'r' |
HTTP-GET parameter for the referer url.
Definition at line 20 of file class.ilMailFormCall.php.
Referenced by getRefererRedirectUrl(), and storeReferer().
| const ilMailFormCall::SESSION_KEY = 'mail_transport' |
Definition at line 15 of file class.ilMailFormCall.php.
| const ilMailFormCall::SIGNATURE_KEY = 'sig' |
Session parameter for the hash.
Definition at line 25 of file class.ilMailFormCall.php.
Referenced by getSignature(), ilExerciseManagementGUI\redirectFeedbackMailObject(), and storeReferer().