|
ILIAS
Release_4_3_x_branch Revision 61807
|
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. | |
| 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 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 |
| 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(), ilObjCourseGUI\sendMailToSelectedUsersObject(), and ilObjGroupGUI\sendMailToSelectedUsersObject().
Here is the caller graph for this function:
|
static |
Definition at line 126 of file class.ilMailFormCall.php.
References $_SESSION, and REFERER_KEY.
Referenced by ilMailFormGUI\cancelMail(), ilMailFormGUI\saveDraft(), and ilMailFormGUI\sendMessage().
Here is the caller graph for this function:
|
static |
Get preset signature.
Definition at line 113 of file class.ilMailFormCall.php.
References $_SESSION, and SIGNATURE_KEY.
Referenced by ilMailFormGUI\showForm().
Here is the caller graph for this function:
|
static |
Definition at line 152 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 | $request_params |
Definition at line 94 of file class.ilMailFormCall.php.
References $_SESSION, REFERER_KEY, and SIGNATURE_KEY.
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 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().