ILIAS
Release_4_0_x_branch Revision 61816
|
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 () | |
showFolder () | |
Shows current folder. | |
deleteFolder () | |
confirmDeleteFolder () | |
performDeleteFolder () | |
cancelDeleteFolder () | |
cancelEnterFolderData () | |
saveFolderSettings () | |
saveSubFolderSettings () | |
addSubFolder () | |
enterFolderData ($cmd="saveFolderSettings", $confirmDelete=false) | |
changeFolder () | |
editFolder () | |
confirmDeleteMails () | |
cancelDeleteMails () | |
showMail () | |
printMail () | |
deliverFile () |
Data Fields | |
$umail = null | |
$mbox = null |
Private Attributes | |
$tpl = null | |
$ctrl = null | |
$lng = null | |
$errorDelete = false |
ilMailFolderGUI: ilMailOptionsGUI, ilMailAttachmentGUI, ilMailSearchGUI ilMailFolderGUI: ilPublicUserProfileGUI
Definition at line 40 of file class.ilMailFolderGUI.php.
ilMailFolderGUI::__construct | ( | ) |
Definition at line 51 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $ilCtrl, $lng, and $tpl.
ilMailFolderGUI::add | ( | ) |
Definition at line 123 of file class.ilMailFolderGUI.php.
References $_GET, $lng, ilUtil\sendInfo(), and showMail().
ilMailFolderGUI::addSubFolder | ( | ) |
Definition at line 505 of file class.ilMailFolderGUI.php.
References enterFolderData().
Referenced by saveSubFolderSettings().
ilMailFolderGUI::askForEmptyTrash | ( | ) |
confirmation message for empty trash action
Definition at line 178 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendQuestion(), and showFolder().
ilMailFolderGUI::cancelDeleteFolder | ( | ) |
Definition at line 368 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, enterFolderData(), and ilUtil\redirect().
ilMailFolderGUI::cancelDeleteMails | ( | ) |
Definition at line 704 of file class.ilMailFolderGUI.php.
ilMailFolderGUI::cancelEmptyTrash | ( | ) |
cancel Empty Trash Action and return to folder
Definition at line 157 of file class.ilMailFolderGUI.php.
References showFolder().
ilMailFolderGUI::cancelEnterFolderData | ( | ) |
Definition at line 381 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, ilUtil\redirect(), and showFolder().
ilMailFolderGUI::changeFolder | ( | ) |
Definition at line 571 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, ilUtil\sendInfo(), and showMail().
ilMailFolderGUI::confirmDeleteFolder | ( | ) |
Definition at line 334 of file class.ilMailFolderGUI.php.
References enterFolderData(), and ilUtil\sendInfo().
ilMailFolderGUI::confirmDeleteMails | ( | ) |
Definition at line 681 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, ilUtil\sendInfo(), and showFolder().
ilMailFolderGUI::deleteFolder | ( | ) |
Definition at line 319 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, enterFolderData(), ilUtil\redirect(), and ilUtil\sendInfo().
ilMailFolderGUI::deliverFile | ( | ) |
Definition at line 1014 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $_SESSION, $file, $filename, ilUtil\sendInfo(), and showMail().
ilMailFolderGUI::editFolder | ( | ) |
Definition at line 599 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, ilUtil\sendInfo(), ilUtil\sendQuestion(), and showFolder().
ilMailFolderGUI::enterFolderData | ( | $cmd = "saveFolderSettings" , |
|
$confirmDelete = false |
|||
) |
Definition at line 512 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $_SESSION, $cmd, ilFrameTargetInfo\_getFrame(), ilUtil\prepareFormOutput(), ilTree\setTableNames(), and ilUtil\stripSlashes().
Referenced by addSubFolder(), cancelDeleteFolder(), confirmDeleteFolder(), deleteFolder(), performDeleteFolder(), saveFolderSettings(), and saveSubFolderSettings().
ilMailFolderGUI::executeCommand | ( | ) |
Definition at line 76 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $cmd, and $ret.
ilMailFolderGUI::performDeleteFolder | ( | ) |
Definition at line 342 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, enterFolderData(), ilUtil\redirect(), and ilUtil\sendInfo().
ilMailFolderGUI::performEmptyTrash | ( | ) |
empty Trash and return to folder
Definition at line 165 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendInfo(), and showFolder().
ilMailFolderGUI::printMail | ( | ) |
Definition at line 959 of file class.ilMailFolderGUI.php.
References $_GET, $login, $tpl, ilMail\_getAnonymousName(), ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
ilMailFolderGUI::saveFolderSettings | ( | ) |
Definition at line 394 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $_SESSION, enterFolderData(), ilUtil\redirect(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
ilMailFolderGUI::saveSubFolderSettings | ( | ) |
Definition at line 450 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $_SESSION, $ilCtrl, addSubFolder(), enterFolderData(), ilUtil\redirect(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
ilMailFolderGUI::showFolder | ( | ) |
Shows current folder.
Current Folder is determined by $_GET["mobj_id"]
Definition at line 216 of file class.ilMailFolderGUI.php.
References $_GET, $_POST, $_SESSION, and ilTree\setTableNames().
Referenced by askForEmptyTrash(), cancelEmptyTrash(), cancelEnterFolderData(), confirmDeleteMails(), editFolder(), and performEmptyTrash().
ilMailFolderGUI::showMail | ( | ) |
Definition at line 710 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, $file, $key, $login, $tplbtn, ilMail\_getAnonymousName(), ilFrameTargetInfo\_getFrame(), ilObjUser\_lookupPref(), ilAccessKey\DELETE, ilDatePresentation\formatDate(), ilAccessKey\FORWARD_MAIL, ilUtil\getImagePath(), ilUtil\htmlencodePlainString(), IL_CAL_DATETIME, and ilAccessKey\REPLY.
Referenced by add(), changeFolder(), and deliverFile().
ilMailFolderGUI::showUser | ( | ) |
Definition at line 191 of file class.ilMailFolderGUI.php.
References $_GET, $ilCtrl, ilObjUser\_lookupLogin(), and ilUtil\getImagePath().
|
private |
Definition at line 43 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 49 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 44 of file class.ilMailFolderGUI.php.
Referenced by __construct(), and add().
ilMailFolderGUI::$mbox = null |
Definition at line 47 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 42 of file class.ilMailFolderGUI.php.
Referenced by __construct(), and printMail().
ilMailFolderGUI::$umail = null |
Definition at line 46 of file class.ilMailFolderGUI.php.