ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\ilMailBodyPurifier $bodyPurifier=null) | |
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) | |
getTemplateDataById () | |
Called asynchronously when changing the template. More... | |
saveMailBeforeSearch () | |
showSubmissionErrors (array $errors) | |
Private Attributes | |
$tpl | |
$ctrl | |
$lng | |
$user | |
$tabs | |
$toolbar | |
$rbacsystem | |
$umail | |
$mbox | |
$mfile | |
$purifier | |
ilMailFormGUI: ilMailFolderGUI, ilMailAttachmentGUI, ilMailSearchGUI, ilMailSearchCoursesGUI, ilMailSearchGroupsGUI, ilMailingListsGUI
Definition at line 17 of file class.ilMailFormGUI.php.
ilMailFormGUI::__construct | ( | \ilMailBodyPurifier | $bodyPurifier = null | ) |
ilMailBodyPurifier | null | $bodyPurifier |
Definition at line 77 of file class.ilMailFormGUI.php.
References $_GET, $_POST, $DIC, and user().
ilMailFormGUI::cancelMail | ( | ) |
Definition at line 840 of file class.ilMailFormGUI.php.
References ilMailFormCall\getRefererRedirectUrl(), ilMailFormCall\isRefererStored(), ilUtil\redirect(), and showForm().
ilMailFormGUI::cancelSearch | ( | ) |
Definition at line 374 of file class.ilMailFormGUI.php.
References $_SESSION, and searchResults().
|
protected |
array | $files |
Definition at line 170 of file class.ilMailFormGUI.php.
Referenced by saveDraft(), and sendMessage().
ilMailFormGUI::editAttachments | ( | ) |
Definition at line 380 of file class.ilMailFormGUI.php.
References $_POST, $files, array, ilMailFormCall\getContextId(), ilMailFormCall\getContextParameters(), ilUtil\securePlainString(), and user().
ilMailFormGUI::executeCommand | ( | ) |
Definition at line 110 of file class.ilMailFormGUI.php.
|
protected |
Called asynchronously when changing the template.
Definition at line 448 of file class.ilMailFormGUI.php.
References $_GET, $template, $template_id, array, exit, and ilMailTemplateService\getTemplateContextById().
ilMailFormGUI::lookupRecipientAsync | ( | ) |
Definition at line 806 of file class.ilMailFormGUI.php.
References $_GET, $_POST, $result, array, exit, ilUtil\stripSlashes(), and ilStr\strLen().
ilMailFormGUI::mailAttachment | ( | ) |
Definition at line 439 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::mailRole | ( | ) |
Definition at line 427 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::mailUser | ( | ) |
Definition at line 421 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::replyMail | ( | ) |
Definition at line 433 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::returnFromAttachments | ( | ) |
Definition at line 409 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
ilMailFormGUI::saveDraft | ( | ) |
Definition at line 224 of file class.ilMailFormGUI.php.
References $_POST, $_SESSION, $errors, $files, array, decodeAttachmentFiles(), ilMailFormCall\getContextId(), ilMailFormCall\getContextParameters(), ilMailFormCall\getRefererRedirectUrl(), ilMailFormCall\isRefererStored(), ilUtil\redirect(), ilUtil\securePlainString(), ilUtil\sendInfo(), showForm(), showSubmissionErrors(), and user().
|
protected |
Definition at line 852 of file class.ilMailFormGUI.php.
References $_POST, $files, array, ilMailFormCall\getContextId(), ilMailFormCall\getContextParameters(), ilUtil\securePlainString(), and user().
Referenced by searchCoursesTo(), searchGroupsTo(), and searchMailingListsTo().
ilMailFormGUI::search | ( | ) |
Definition at line 356 of file class.ilMailFormGUI.php.
References $_POST, $_SESSION, searchUsers(), and ilUtil\sendInfo().
ilMailFormGUI::searchCoursesTo | ( | ) |
Definition at line 333 of file class.ilMailFormGUI.php.
References $_SESSION, and saveMailBeforeSearch().
ilMailFormGUI::searchGroupsTo | ( | ) |
Definition at line 348 of file class.ilMailFormGUI.php.
References saveMailBeforeSearch().
ilMailFormGUI::searchMailingListsTo | ( | ) |
Definition at line 880 of file class.ilMailFormGUI.php.
References saveMailBeforeSearch().
ilMailFormGUI::searchResults | ( | ) |
Definition at line 415 of file class.ilMailFormGUI.php.
References $_GET, and showForm().
Referenced by cancelSearch().
ilMailFormGUI::searchUsers | ( | $save = true | ) |
Definition at line 278 of file class.ilMailFormGUI.php.
References $_POST, $_SESSION, $files, $form, array, ilMailFormCall\getContextId(), ilMailFormCall\getContextParameters(), ilUtil\prepareFormOutput(), ilUtil\securePlainString(), ilTextInputGUI\setSize(), and user().
Referenced by search().
ilMailFormGUI::sendMessage | ( | ) |
Definition at line 183 of file class.ilMailFormGUI.php.
References $_POST, $errors, $files, $message, array, decodeAttachmentFiles(), ilMailFormCall\getRefererRedirectUrl(), ilMailFormCall\isRefererStored(), ilUtil\redirect(), ilUtil\securePlainString(), ilUtil\sendInfo(), showForm(), showSubmissionErrors(), string, and user().
ilMailFormGUI::showForm | ( | ) |
Definition at line 472 of file class.ilMailFormGUI.php.
References $_GET, $_POST, $_SESSION, $data, $error, $key, $options, $size, $template, array, ilButton\BUTTON_TYPE_SUBMIT, ilUtil\formatSize(), ilMailFormCall\getContextId(), ilButton\getInstance(), ilBuddyList\getInstanceByGlobalUser(), ilLoggerFactory\getLogger(), ilMailFormCall\getSignature(), ilMailTemplateService\getTemplateContextById(), ilMailFormCall\isRefererStored(), ilUtil\securePlainString(), ilUtil\sendInfo(), ilMailFormCall\setContextId(), ilMailFormCall\setContextParameters(), ilFormPropertyGUI\setInfo(), ilCheckboxInputGUI\setOptionTitle(), ilFormPropertyGUI\setRequired(), ilTextInputGUI\setSize(), ilTextAreaInputGUI\setValue(), and user().
Referenced by cancelMail(), mailAttachment(), mailRole(), mailUser(), replyMail(), returnFromAttachments(), saveDraft(), searchResults(), and sendMessage().
|
protected |
array | $errors |
Definition at line 891 of file class.ilMailFormGUI.php.
References $error, $tpl, array, ilUtil\prepareFormOutput(), and ilUtil\sendInfo().
Referenced by saveDraft(), and sendMessage().
|
private |
Definition at line 27 of file class.ilMailFormGUI.php.
|
private |
Definition at line 32 of file class.ilMailFormGUI.php.
|
private |
Definition at line 62 of file class.ilMailFormGUI.php.
|
private |
Definition at line 67 of file class.ilMailFormGUI.php.
|
private |
Definition at line 72 of file class.ilMailFormGUI.php.
|
private |
Definition at line 52 of file class.ilMailFormGUI.php.
|
private |
Definition at line 42 of file class.ilMailFormGUI.php.
|
private |
Definition at line 47 of file class.ilMailFormGUI.php.
|
private |
Definition at line 22 of file class.ilMailFormGUI.php.
Referenced by showSubmissionErrors().
|
private |
Definition at line 57 of file class.ilMailFormGUI.php.
|
private |
Definition at line 37 of file class.ilMailFormGUI.php.