|
ILIAS
release_4-4 Revision
|
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()) |
| static | getRedirectTarget ($gui, $cmd, Array $gui_params=array(), Array $mail_params=array()) |
| static | storeReferer ($request_params) |
| static | getSignature () |
| Get preset signature. More... | |
| static | getRefererRedirectUrl () |
| static | isRefererStored () |
| 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... | |
Statically used helper class for generating links to the mail form user interface.
Definition at line 10 of file class.ilMailFormCall.php.
|
static |
| mixed | $gui | |
| string | $cmd | |
| array | $gui_params | |
| array | $mail_params |
Definition at line 35 of file class.ilMailFormCall.php.
References $cmd.
Referenced by ilAssignedUsersTableGUI\fillRow(), ilUsersOnlineBlockGUI\fillRow(), ilPublicUserProfileGUI\getEmbeddable(), ilObjCourseGUI\infoScreen(), ilObjiLincCourseGUI\mailMembersObject(), ilObjGroupGUI\mailMembersObject(), ilObjCourseGUI\mailMembersObject(), ilObjiLincCourseGUI\membersObject(), and ilPaymentTrusteeGUI\showTrustees().
Here is the caller graph for this function:
|
static |
Definition at line 175 of file class.ilMailFormCall.php.
References 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 |
Definition at line 48 of file class.ilMailFormCall.php.
Referenced by ilObjRoleGUI\mailToRoleObject(), ilObjExerciseGUI\redirectFeedbackMailObject(), ilBookmarkAdministrationGUI\sendmail(), ilObjCourseGUI\sendMailToSelectedUsersObject(), and ilObjGroupGUI\sendMailToSelectedUsersObject().
Here is the caller graph for this function:
|
static |
Definition at line 131 of file class.ilMailFormCall.php.
References $_SESSION.
Referenced by ilMailFormGUI\cancelMail(), ilMailFormGUI\saveDraft(), and ilMailFormGUI\sendMessage().
Here is the caller graph for this function:
|
static |
Get preset signature.
Definition at line 118 of file class.ilMailFormCall.php.
References $_SESSION.
Referenced by ilMailFormGUI\showForm().
Here is the caller graph for this function:
|
static |
Definition at line 157 of file class.ilMailFormCall.php.
References $_SESSION.
Referenced by ilMailFormGUI\cancelMail(), ilMailFormGUI\saveDraft(), ilMailFormGUI\sendMessage(), and ilMailFormGUI\showForm().
Here is the caller graph for this function:
|
static |
| array | $recipients |
Definition at line 165 of file class.ilMailFormCall.php.
References ilSession\get(), and ilSession\set().
Referenced by ilMailGUI\executeCommand(), ilObjCourseGUI\sendMailToSelectedUsersObject(), and ilObjGroupGUI\sendMailToSelectedUsersObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| array | $request_params |
Definition at line 99 of file class.ilMailFormCall.php.
References $_SESSION.
Referenced by ilMailGUI\executeCommand().
Here is the caller graph for this function:| const ilMailFormCall::REFERER_KEY = 'r' |
HTTP-GET parameter for the referer url.
Definition at line 20 of file class.ilMailFormCall.php.
| 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.