|
ILIAS
release_4-4 Revision
|
Collaboration diagram for ilMailAddressbookGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| checkInput ($addr_id=0) | |
| Check user's input. More... | |
| confirmDelete () | |
| Confirm delete entry. More... | |
| performDelete () | |
| Delete entry. More... | |
| cancel () | |
| Cancel action. More... | |
| mailToUsers () | |
| search () | |
| lookupAddressbookAsync () | |
| showSubTabs () | |
| activateTab ($a_id) | |
Private Attributes | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $tabs_gui = null | |
| $umail = null | |
| $abook = null | |
ilMailAddressbookGUI: ilMailSearchCoursesGUI, ilMailSearchGroupsGUI, ilMailingListsGUI ilMailAddressbookGUI: ilMailFormGUI
Definition at line 20 of file class.ilMailAddressbookGUI.php.
| ilMailAddressbookGUI::__construct | ( | ) |
Definition at line 30 of file class.ilMailAddressbookGUI.php.
References $ilCtrl, $ilUser, $lng, and $tpl.
| ilMailAddressbookGUI::activateTab | ( | $a_id | ) |
Definition at line 876 of file class.ilMailAddressbookGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMailAddressbookGUI::cancel | ( | ) |
Cancel action.
Definition at line 268 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $ilSetting, $lng, ilUtil\prepareFormOutput(), and ilTextInputGUI\setValue().
Here is the call graph for this function:| ilMailAddressbookGUI::checkInput | ( | $addr_id = 0 | ) |
Check user's input.
Definition at line 106 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $_SESSION, $ilSetting, $lng, ilObjUser\_lookupId(), ilUtil\is_email(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilMailAddressbookGUI::confirmDelete | ( | ) |
Confirm delete entry.
Definition at line 199 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $lng, and ilUtil\sendInfo().
Here is the call graph for this function:| ilMailAddressbookGUI::executeCommand | ( | ) |
Definition at line 45 of file class.ilMailAddressbookGUI.php.
References $cmd, $ilUser, activateTab(), and showSubTabs().
Here is the call graph for this function:| ilMailAddressbookGUI::lookupAddressbookAsync | ( | ) |
Definition at line 832 of file class.ilMailAddressbookGUI.php.
References $_REQUEST, $result, ilJsonUtil\encode(), and exit.
Here is the call graph for this function:| ilMailAddressbookGUI::mailToUsers | ( | ) |
Definition at line 331 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $ilUser, ilUtil\redirect(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilMailAddressbookGUI::performDelete | ( | ) |
Delete entry.
Definition at line 240 of file class.ilMailAddressbookGUI.php.
References $_POST, $lng, and ilUtil\sendInfo().
Here is the call graph for this function:| ilMailAddressbookGUI::search | ( | ) |
Definition at line 391 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $_SESSION, $ilCtrl, $ilSetting, $ilUser, $lng, $options, $ref_id, $result, $tpl, ilLink\_getStaticLink(), ilChatroom\byRoomId(), ilChatroom\checkPermissionsOfUser(), ilUtil\formCheckbox(), ilChatroom\lookupPrivateRoomTitle(), ilUtil\prepareFormOutput(), ilUtil\sendFailure(), ilUtil\sendSuccess(), ilTextInputGUI\setDataSource(), and ilSelectInputGUI\setOptions().
Here is the call graph for this function:| ilMailAddressbookGUI::showSubTabs | ( | ) |
Definition at line 853 of file class.ilMailAddressbookGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 28 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 23 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 24 of file class.ilMailAddressbookGUI.php.
Referenced by __construct(), cancel(), checkInput(), confirmDelete(), performDelete(), and search().
|
private |
Definition at line 25 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 22 of file class.ilMailAddressbookGUI.php.
Referenced by __construct(), and search().
|
private |
Definition at line 27 of file class.ilMailAddressbookGUI.php.