|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilMailAddressbookGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| checkInput ($addr_id=0) | |
| Check user's input. | |
| saveEntry () | |
| Save/edit entry. | |
| confirmDelete () | |
| Confirm delete entry. | |
| performDelete () | |
| Delete entry. | |
| cancel () | |
| Cancel action. | |
| showAddressForm () | |
| mailToUsers () | |
| search () | |
| showAddressbook () | |
| Show user's addressbook. | |
| showSubTabs () | |
Private Attributes | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $tabs_gui = null | |
| $umail = null | |
| $abook = null | |
ilMailAddressbookGUI: ilMailSearchCoursesGUI, ilMailSearchGroupsGUI, ilMailingListsGUI
Definition at line 38 of file class.ilMailAddressbookGUI.php.
| ilMailAddressbookGUI::__construct | ( | ) |
Definition at line 48 of file class.ilMailAddressbookGUI.php.
References $ilCtrl, $lng, and $tpl.
| ilMailAddressbookGUI::cancel | ( | ) |
Cancel action.
Definition at line 261 of file class.ilMailAddressbookGUI.php.
References showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::checkInput | ( | $addr_id = 0 | ) |
Check user's input.
Definition at line 120 of file class.ilMailAddressbookGUI.php.
References ilObjUser\_lookupId(), ilUtil\is_email(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
Referenced by saveEntry().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailAddressbookGUI::confirmDelete | ( | ) |
Confirm delete entry.
Definition at line 194 of file class.ilMailAddressbookGUI.php.
References $lng, ilUtil\sendInfo(), and showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::executeCommand | ( | ) |
Definition at line 63 of file class.ilMailAddressbookGUI.php.
References $cmd, and showSubTabs().
Here is the call graph for this function:| ilMailAddressbookGUI::mailToUsers | ( | ) |
Definition at line 311 of file class.ilMailAddressbookGUI.php.
References ilUtil\redirect(), ilUtil\sendInfo(), and showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::performDelete | ( | ) |
Delete entry.
Definition at line 233 of file class.ilMailAddressbookGUI.php.
References $lng, ilUtil\sendInfo(), and showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::saveEntry | ( | ) |
Save/edit entry.
Definition at line 155 of file class.ilMailAddressbookGUI.php.
References $_GET, $_SESSION, $lng, checkInput(), ilUtil\sendInfo(), showAddressbook(), showAddressForm(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilMailAddressbookGUI::search | ( | ) |
Definition at line 360 of file class.ilMailAddressbookGUI.php.
References $_SESSION, and showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::showAddressbook | ( | ) |
Show user's addressbook.
Definition at line 372 of file class.ilMailAddressbookGUI.php.
References $_SESSION, $lng, $result, ilUtil\formCheckbox(), and ilUtil\prepareFormOutput().
Referenced by cancel(), confirmDelete(), mailToUsers(), performDelete(), saveEntry(), and search().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailAddressbookGUI::showAddressForm | ( | ) |
Definition at line 266 of file class.ilMailAddressbookGUI.php.
References $_GET, $lng, ilUtil\prepareFormOutput(), and ilTextInputGUI\setValue().
Referenced by saveEntry().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailAddressbookGUI::showSubTabs | ( | ) |
Definition at line 468 of file class.ilMailAddressbookGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 46 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 41 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 42 of file class.ilMailAddressbookGUI.php.
Referenced by __construct(), confirmDelete(), performDelete(), saveEntry(), showAddressbook(), and showAddressForm().
|
private |
Definition at line 43 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 40 of file class.ilMailAddressbookGUI.php.
Referenced by __construct().
|
private |
Definition at line 45 of file class.ilMailAddressbookGUI.php.