ILIAS
Release_3_10_x_branch Revision 61812
|
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().
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().
ilMailAddressbookGUI::confirmDelete | ( | ) |
Confirm delete entry.
Definition at line 194 of file class.ilMailAddressbookGUI.php.
References $lng, ilUtil\sendInfo(), and showAddressbook().
ilMailAddressbookGUI::executeCommand | ( | ) |
Definition at line 63 of file class.ilMailAddressbookGUI.php.
References $cmd, and showSubTabs().
ilMailAddressbookGUI::mailToUsers | ( | ) |
Definition at line 311 of file class.ilMailAddressbookGUI.php.
References ilUtil\redirect(), ilUtil\sendInfo(), and showAddressbook().
ilMailAddressbookGUI::performDelete | ( | ) |
Delete entry.
Definition at line 233 of file class.ilMailAddressbookGUI.php.
References $lng, ilUtil\sendInfo(), and showAddressbook().
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().
ilMailAddressbookGUI::search | ( | ) |
Definition at line 360 of file class.ilMailAddressbookGUI.php.
References $_SESSION, and showAddressbook().
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().
ilMailAddressbookGUI::showAddressForm | ( | ) |
Definition at line 266 of file class.ilMailAddressbookGUI.php.
References $_GET, $lng, ilUtil\prepareFormOutput(), and ilTextInputGUI\setValue().
Referenced by saveEntry().
ilMailAddressbookGUI::showSubTabs | ( | ) |
Definition at line 468 of file class.ilMailAddressbookGUI.php.
Referenced by executeCommand().
|
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.