ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
__construct () | |
executeCommand () | |
add () | |
cancelEmptyTrash () | |
performEmptyTrash () | |
askForEmptyTrash () | |
showUser () | |
showFolder () | |
deleteFolder () | |
confirmDeleteFolder () | |
performDeleteFolder () | |
cancelDeleteFolder () | |
cancelEnterFolderData () | |
saveFolderSettings () | |
saveSubFolderSettings () | |
addSubFolder () | |
enterFolderData ($cmd="saveFolderSettings", $confirmDelete=false) | |
changeFolder () | |
editFolder () | |
confirmDeleteMails () | |
cancelDeleteMails () | |
showMail () | |
printMail () | |
deliverFile () |
Private Member Functions | |
getUserInstance ($a_usr_id) | |
Caching method for user instances. |
Private Attributes | |
$tpl = null | |
$ctrl = null | |
$lng = null | |
$umail = null | |
$mbox = null | |
$errorDelete = false |
ilMailFolderGUI: ilMailAddressbookGUI, ilMailAttachmentGUI, ilMailSearchGUI, ilMailOptionsGUI ilMailFolderGUI: ilPublicUserProfileGUI
Definition at line 36 of file class.ilMailFolderGUI.php.
ilMailFolderGUI::__construct | ( | ) |
Definition at line 47 of file class.ilMailFolderGUI.php.
References $_GET, $ilCtrl, $lng, and $tpl.
ilMailFolderGUI::add | ( | ) |
Definition at line 114 of file class.ilMailFolderGUI.php.
References $_GET, $lng, ilUtil\sendInfo(), and showMail().
ilMailFolderGUI::addSubFolder | ( | ) |
Definition at line 694 of file class.ilMailFolderGUI.php.
References enterFolderData().
Referenced by saveSubFolderSettings().
ilMailFolderGUI::askForEmptyTrash | ( | ) |
Definition at line 160 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendInfo(), and showFolder().
ilMailFolderGUI::cancelDeleteFolder | ( | ) |
Definition at line 562 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, enterFolderData(), and ilUtil\redirect().
ilMailFolderGUI::cancelDeleteMails | ( | ) |
Definition at line 886 of file class.ilMailFolderGUI.php.
References $_GET.
ilMailFolderGUI::cancelEmptyTrash | ( | ) |
Definition at line 145 of file class.ilMailFolderGUI.php.
References showFolder().
ilMailFolderGUI::cancelEnterFolderData | ( | ) |
Definition at line 575 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, ilUtil\redirect(), and showFolder().
ilMailFolderGUI::changeFolder | ( | ) |
Definition at line 759 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendInfo(), and showMail().
ilMailFolderGUI::confirmDeleteFolder | ( | ) |
Definition at line 528 of file class.ilMailFolderGUI.php.
References enterFolderData(), and ilUtil\sendInfo().
ilMailFolderGUI::confirmDeleteMails | ( | ) |
Definition at line 863 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendInfo(), and showFolder().
ilMailFolderGUI::deleteFolder | ( | ) |
Definition at line 513 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, enterFolderData(), ilUtil\redirect(), and ilUtil\sendInfo().
ilMailFolderGUI::deliverFile | ( | ) |
Definition at line 1196 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, $file, $filename, ilUtil\sendInfo(), and showMail().
ilMailFolderGUI::editFolder | ( | ) |
Definition at line 781 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendInfo(), and showFolder().
ilMailFolderGUI::enterFolderData | ( | $cmd = "saveFolderSettings" , |
|
$confirmDelete = false |
|||
) |
Definition at line 701 of file class.ilMailFolderGUI.php.
References $_GET, $_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 71 of file class.ilMailFolderGUI.php.
References $_GET, $cmd, and $ret.
|
private |
Caching method for user instances.
private
integer | $a_usr_id | Id of a user instance |
Definition at line 210 of file class.ilMailFolderGUI.php.
Referenced by showFolder().
ilMailFolderGUI::performDeleteFolder | ( | ) |
Definition at line 536 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, enterFolderData(), ilUtil\redirect(), and ilUtil\sendInfo().
ilMailFolderGUI::performEmptyTrash | ( | ) |
Definition at line 150 of file class.ilMailFolderGUI.php.
References $_GET, ilUtil\sendInfo(), and showFolder().
ilMailFolderGUI::printMail | ( | ) |
Definition at line 1143 of file class.ilMailFolderGUI.php.
References $_GET, $tpl, ilMail\_getAnonymousName(), ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
ilMailFolderGUI::saveFolderSettings | ( | ) |
Definition at line 588 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, enterFolderData(), ilUtil\redirect(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
ilMailFolderGUI::saveSubFolderSettings | ( | ) |
Definition at line 644 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, addSubFolder(), enterFolderData(), ilUtil\redirect(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
ilMailFolderGUI::showFolder | ( | ) |
Definition at line 221 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, ilMail\_getAnonymousName(), ilObjUser\_lookupPref(), ilDatePresentation\formatDate(), ilUtil\getImagePath(), getUserInstance(), IL_CAL_DATETIME, ilUtil\Linkbar(), and ilTree\setTableNames().
Referenced by askForEmptyTrash(), cancelEmptyTrash(), cancelEnterFolderData(), confirmDeleteMails(), editFolder(), and performEmptyTrash().
ilMailFolderGUI::showMail | ( | ) |
Definition at line 892 of file class.ilMailFolderGUI.php.
References $_GET, $_SESSION, $file, $tplbtn, ilMail\_getAnonymousName(), ilFrameTargetInfo\_getFrame(), ilObjUser\_lookupPref(), ilDatePresentation\formatDate(), ilUtil\htmlencodePlainString(), and IL_CAL_DATETIME.
Referenced by add(), changeFolder(), and deliverFile().
ilMailFolderGUI::showUser | ( | ) |
Definition at line 173 of file class.ilMailFolderGUI.php.
References $_GET, $ilCtrl, ilObjUser\_lookupLogin(), and ilUtil\getImagePath().
|
private |
Definition at line 39 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 45 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 40 of file class.ilMailFolderGUI.php.
Referenced by __construct(), and add().
|
private |
Definition at line 43 of file class.ilMailFolderGUI.php.
|
private |
Definition at line 38 of file class.ilMailFolderGUI.php.
Referenced by __construct(), and printMail().
|
private |
Definition at line 42 of file class.ilMailFolderGUI.php.