| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilMailFormCall:
 Collaboration diagram for ilMailFormCall:| Static Public Member Functions | |
| static | _getLinkTarget ($gui, $cmd, $gui_params=array(), $mail_params=array()) | 
| static | _getRedirectTarget ($gui, $cmd, $gui_params=array(), $mail_params=array()) | 
| static | _storeReferer ($request_params) | 
| static | _getSignature () | 
| Get preset signature. | |
| static | _getRefererRedirectUrl () | 
| static | _isRefererStored () | 
| Data Fields | |
| const | REFERER_KEY = 'r' | 
| const | SIGNATURE_KEY = 'sig' | 
Definition at line 2 of file class.ilMailFormCall.php.
| 
 | static | 
Definition at line 7 of file class.ilMailFormCall.php.
Referenced by ilUsersOnlineBlockGUI\fillRow(), ilPublicUserProfileGUI\getHTML(), ilObjCourseGUI\infoScreen(), ilObjiLincCourseGUI\mailMembersObject(), ilObjGroupGUI\mailMembersObject(), ilObjCourseGUI\mailMembersObject(), ilObjiLincCourseGUI\membersObject(), and ilPaymentTrusteeGUI\showTrustees().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 35 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:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 90 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:
 Here is the caller graph for this function:| 
 | static | 
Get preset signature.
Definition at line 81 of file class.ilMailFormCall.php.
References $_SESSION, and SIGNATURE_KEY.
Referenced by ilMailFormGUI\showForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 99 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:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 63 of file class.ilMailFormCall.php.
References $_SESSION, REFERER_KEY, and SIGNATURE_KEY.
Referenced by ilMailGUI\executeCommand().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| const ilMailFormCall::REFERER_KEY = 'r' | 
Definition at line 4 of file class.ilMailFormCall.php.
Referenced by _getRefererRedirectUrl(), and _storeReferer().
| const ilMailFormCall::SIGNATURE_KEY = 'sig' | 
Definition at line 5 of file class.ilMailFormCall.php.
Referenced by _getSignature(), and _storeReferer().