ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
__construct () | |
executeCommand () | |
sendMessage () | |
saveDraft () | |
searchUsers ($save=true) | |
searchCoursesTo () | |
searchGroupsTo () | |
search () | |
cancelSearch () | |
editAttachments () | |
returnFromAttachments () | |
searchResults () | |
mailUser () | |
mailRole () | |
replyMail () | |
mailAttachment () | |
showForm () | |
lookupRecipientAsync () | |
cancelMail () | |
searchMailingListsTo () | |
Protected Member Functions | |
decodeAttachmentFiles (array $files) | |
Private Attributes | |
$tpl = null | |
$ctrl = null | |
$lng = null | |
$umail = null | |
$mbox = null | |
$mfile = null | |
ilMailFormGUI: ilMailFolderGUI, ilMailAttachmentGUI, ilMailSearchGUI, ilMailSearchCoursesGUI, ilMailSearchGroupsGUI, ilMailingListsGUI
Definition at line 17 of file class.ilMailFormGUI.php.
ilMailFormGUI::__construct | ( | ) |
Definition at line 27 of file class.ilMailFormGUI.php.
References $_GET, $_POST, $ilCtrl, $ilUser, $lng, and $tpl.
ilMailFormGUI::cancelMail | ( | ) |
Definition at line 754 of file class.ilMailFormGUI.php.
References $_POST, $ilUser, ilMailFormCall\getRefererRedirectUrl(), ilMailFormCall\isRefererStored(), ilUtil\redirect(), ilUtil\securePlainString(), and showForm().
ilMailFormGUI::cancelSearch | ( | ) |
Definition at line 368 of file class.ilMailFormGUI.php.
References $_SESSION, and searchResults().
|
protected |
array | $files |
Definition at line 114 of file class.ilMailFormGUI.php.
References $GLOBALS.
Referenced by saveDraft(), and sendMessage().
ilMailFormGUI::editAttachments | ( | ) |
Definition at line 374 of file class.ilMailFormGUI.php.
References $_POST, $_SESSION, and ilUtil\securePlainString().
ilMailFormGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilMailFormGUI.php.
References $cmd.
ilMailFormGUI::lookupRecipientAsync | ( | ) |
Definition at line 729 of file class.ilMailFormGUI.php.
References $_REQUEST, $result, ilJsonUtil\encode(), exit, and ilUtil\stripSlashes().
ilMailFormGUI::mailAttachment | ( | ) |
Definition at line 432 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::mailRole | ( | ) |
Definition at line 420 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::mailUser | ( | ) |
Definition at line 414 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::replyMail | ( | ) |
Definition at line 426 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::returnFromAttachments | ( | ) |
Definition at line 402 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::saveDraft | ( | ) |
Definition at line 179 of file class.ilMailFormGUI.php.
References $_POST, $_SESSION, decodeAttachmentFiles(), ilMailFormCall\getRefererRedirectUrl(), ilMailFormCall\isRefererStored(), ilUtil\redirect(), ilUtil\securePlainString(), ilUtil\sendInfo(), and showForm().
ilMailFormGUI::search | ( | ) |
Definition at line 344 of file class.ilMailFormGUI.php.
References $_POST, $_SESSION, searchUsers(), and ilUtil\sendInfo().
ilMailFormGUI::searchCoursesTo | ( | ) |
Definition at line 320 of file class.ilMailFormGUI.php.
References $_SESSION.
ilMailFormGUI::searchGroupsTo | ( | ) |
Definition at line 336 of file class.ilMailFormGUI.php.
ilMailFormGUI::searchMailingListsTo | ( | ) |
Definition at line 798 of file class.ilMailFormGUI.php.
ilMailFormGUI::searchResults | ( | ) |
Definition at line 408 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
Referenced by cancelSearch().
ilMailFormGUI::searchUsers | ( | $save = true | ) |
Definition at line 262 of file class.ilMailFormGUI.php.
References $_POST, $_SESSION, $ilCtrl, $ilUser, ilUtil\prepareFormOutput(), ilUtil\securePlainString(), and ilTextInputGUI\setSize().
Referenced by search().
ilMailFormGUI::sendMessage | ( | ) |
Definition at line 129 of file class.ilMailFormGUI.php.
References $_POST, $ilUser, decodeAttachmentFiles(), ilMailFormCall\getRefererRedirectUrl(), ilMailFormCall\isRefererStored(), ilUtil\redirect(), ilUtil\securePlainString(), ilUtil\sendInfo(), and showForm().
ilMailFormGUI::showForm | ( | ) |
Definition at line 438 of file class.ilMailFormGUI.php.
References $_GET, $_POST, $_SESSION, $data, $ilCtrl, $ilUser, $lng, $size, ilFormat\formatSize(), ilMailFormCall\getSignature(), ilMailFormCall\isRefererStored(), ilUtil\securePlainString(), ilUtil\sendInfo(), ilCheckboxInputGUI\setOptionTitle(), ilFormPropertyGUI\setRequired(), ilTextInputGUI\setSize(), and ilTextAreaInputGUI\setValue().
Referenced by cancelMail(), mailAttachment(), mailRole(), mailUser(), replyMail(), returnFromAttachments(), saveDraft(), searchResults(), and sendMessage().
|
private |
Definition at line 20 of file class.ilMailFormGUI.php.
|
private |
Definition at line 21 of file class.ilMailFormGUI.php.
Referenced by __construct(), and showForm().
|
private |
Definition at line 24 of file class.ilMailFormGUI.php.
|
private |
Definition at line 25 of file class.ilMailFormGUI.php.
|
private |
Definition at line 19 of file class.ilMailFormGUI.php.
Referenced by __construct().
|
private |
Definition at line 23 of file class.ilMailFormGUI.php.