ILIAS
Release_5_0_x_branch Revision 61816
|
Statically used helper class for generating links to the mail form user interface. More...
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. | |
static | getRefererRedirectUrl () |
static | isRefererStored () |
Data Fields | |
const | REFERER_KEY = 'r' |
HTTP-GET parameter for the referer url. | |
const | SIGNATURE_KEY = 'sig' |
Session parameter for the hash. |
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 30 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().
|
static |
mixed | $gui | |
string | $cmd | |
array | $gui_params | |
array | $mail_params |
Definition at line 43 of file class.ilMailFormCall.php.
References $cmd.
Referenced by ilObjRoleGUI\mailToRoleObject(), ilObjExerciseGUI\redirectFeedbackMailObject(), ilBookmarkAdministrationGUI\sendmail(), ilObjContentObjectGUI\sendMailToBlockedUsers(), ilMembershipGUI\sendMailToSelectedUsers(), ilObjCourseGUI\sendMailToSelectedUsersObject(), and ilObjGroupGUI\sendMailToSelectedUsersObject().
|
static |
Definition at line 126 of file class.ilMailFormCall.php.
References $_SESSION, and REFERER_KEY.
Referenced by ilMailFormGUI\cancelMail(), ilMailFormGUI\saveDraft(), and ilMailFormGUI\sendMessage().
|
static |
Get preset signature.
Definition at line 113 of file class.ilMailFormCall.php.
References $_SESSION, and SIGNATURE_KEY.
Referenced by ilMailFormGUI\showForm().
|
static |
Definition at line 152 of file class.ilMailFormCall.php.
References $_SESSION.
Referenced by ilMailFormGUI\cancelMail(), ilMailFormGUI\saveDraft(), ilMailFormGUI\sendMessage(), and ilMailFormGUI\showForm().
|
static |
array | $request_params |
Definition at line 94 of file class.ilMailFormCall.php.
References $_SESSION, REFERER_KEY, and SIGNATURE_KEY.
Referenced by ilMailGUI\executeCommand().
const ilMailFormCall::REFERER_KEY = 'r' |
HTTP-GET parameter for the referer url.
Definition at line 15 of file class.ilMailFormCall.php.
Referenced by getRefererRedirectUrl(), and storeReferer().
const ilMailFormCall::SIGNATURE_KEY = 'sig' |
Session parameter for the hash.
Definition at line 20 of file class.ilMailFormCall.php.
Referenced by getSignature(), and storeReferer().