ILIAS
Release_4_2_x_branch Revision 61807
|
Public Member Functions | |
__construct () | |
executeCommand () | |
add () | |
cancelEmptyTrash () | |
cancel Empty Trash Action and return to folder | |
performEmptyTrash () | |
empty Trash and return to folder | |
askForEmptyTrash () | |
confirmation message for empty trash action | |
showUser () | |
addSubfolderCommands ($check_uf=false) | |
showFolder ($a_show_confirmation=false) | |
Shows current folder. | |
deleteSubfolder ($a_show_confirm=true) | |
performDeleteSubFolder () | |
performAddSubFolder () | |
performRenameSubFolder () | |
changeFolder () | |
editFolder () | |
confirmDeleteMails () | |
cancelDeleteMails () | |
showMail () | |
printMail () | |
deliverFile () |
Data Fields | |
$umail = null | |
$mbox = null |
Private Attributes | |
$current_select_cmd | |
$current_selected_cmd | |
$tpl = null | |
$ctrl = null | |
$lng = null | |
$errorDelete = false |
ilMailFolderGUI: ilMailOptionsGUI, ilMailAttachmentGUI, ilMailSearchGUI ilMailFolderGUI: ilPublicUserProfileGUI
Definition at line 21 of file class.ilMailFolderGUI.php.
ilMailFolderGUI::__construct | ( | ) |
Definition at line 35 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $ilCtrl, $lng, and $tpl.
ilMailFolderGUI::add | ( | ) |
Definition at line 139 of file class.ilMailFolderGUI.php.
References $_GET, $lng, ilUtil\sendInfo(), and showMail().
ilMailFolderGUI::addSubfolderCommands | ( | $check_uf = false | ) |
Definition at line 228 of file class.ilMailFolderGUI.php.
References $_SESSION, and ilMailGUI\VIEWMODE_SESSION_KEY.
Referenced by showFolder().
ilMailFolderGUI::askForEmptyTrash | ( | ) |
confirmation message for empty trash action
Definition at line 192 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendQuestion(), and showFolder().
ilMailFolderGUI::cancelDeleteMails | ( | ) |
Definition at line 680 of file class.ilMailFolderGUI.php.
ilMailFolderGUI::cancelEmptyTrash | ( | ) |
cancel Empty Trash Action and return to folder
Definition at line 171 of file class.ilMailFolderGUI.php.
References showFolder().
ilMailFolderGUI::changeFolder | ( | ) |
Definition at line 547 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendInfo(), and showMail().
ilMailFolderGUI::confirmDeleteMails | ( | ) |
Definition at line 657 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, ilUtil\sendInfo(), and showFolder().
ilMailFolderGUI::deleteSubfolder | ( | $a_show_confirm = true | ) |
Definition at line 388 of file class.ilMailFolderGUI.php.
References $_GET, and showFolder().
ilMailFolderGUI::deliverFile | ( | ) |
Definition at line 1001 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $_SESSION, $file, $filename, ilUtil\sendInfo(), and showMail().
ilMailFolderGUI::editFolder | ( | ) |
Definition at line 575 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, ilUtil\sendInfo(), ilUtil\sendQuestion(), and showFolder().
ilMailFolderGUI::executeCommand | ( | ) |
Definition at line 60 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $cmd, and $ret.
ilMailFolderGUI::performAddSubFolder | ( | ) |
Definition at line 426 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $_SESSION, $ilCtrl, ilUtil\sendFailure(), ilUtil\sendInfo(), showFolder(), ilUtil\stripSlashes(), and ilMailGUI\VIEWMODE_SESSION_KEY.
ilMailFolderGUI::performDeleteSubFolder | ( | ) |
Definition at line 410 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\redirect(), ilUtil\sendFailure(), ilUtil\sendInfo(), and showFolder().
ilMailFolderGUI::performEmptyTrash | ( | ) |
empty Trash and return to folder
Definition at line 179 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendInfo(), and showFolder().
ilMailFolderGUI::performRenameSubFolder | ( | ) |
Definition at line 518 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $_SESSION, ilUtil\sendFailure(), ilUtil\sendInfo(), showFolder(), ilUtil\stripSlashes(), and ilMailGUI\VIEWMODE_SESSION_KEY.
ilMailFolderGUI::printMail | ( | ) |
Definition at line 946 of file class.ilMailFolderGUI.php.
References $_GET, ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
ilMailFolderGUI::showFolder | ( | $a_show_confirmation = false | ) |
Shows current folder.
Current Folder is determined by $_GET["mobj_id"]
Definition at line 249 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $_REQUEST, $_SESSION, addSubfolderCommands(), ilTree\setTableNames(), and ilMailGUI\VIEWMODE_SESSION_KEY.
Referenced by askForEmptyTrash(), cancelEmptyTrash(), confirmDeleteMails(), deleteSubfolder(), editFolder(), performAddSubFolder(), performDeleteSubFolder(), performEmptyTrash(), and performRenameSubFolder().
ilMailFolderGUI::showMail | ( | ) |
Definition at line 686 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, $file, $tplbtn, ilFrameTargetInfo\_getFrame(), ilObjUser\_lookupPref(), ilAccessKey\DELETE, ilDatePresentation\formatDate(), ilAccessKey\FORWARD_MAIL, ilUtil\getImagePath(), ilUtil\htmlencodePlainString(), IL_CAL_DATETIME, ilAccessKey\REPLY, and ilMailGUI\VIEWMODE_SESSION_KEY.
Referenced by add(), changeFolder(), and deliverFile().
ilMailFolderGUI::showUser | ( | ) |
Definition at line 205 of file class.ilMailFolderGUI.php.
References $_GET, $ilCtrl, ilObjUser\_lookupLogin(), and ilUtil\getImagePath().
|
private |
Definition at line 27 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 23 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 24 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 33 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 28 of file class.ilMailFolderGUI.php.
Referenced by __construct(), and add().
ilMailFolderGUI::$mbox = null |
Definition at line 31 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 26 of file class.ilMailFolderGUI.php.
Referenced by __construct().
ilMailFolderGUI::$umail = null |
Definition at line 30 of file class.ilMailFolderGUI.php.