| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilMailingListsGUI:
 Collaboration diagram for ilMailingListsGUI:| Public Member Functions | |
| __construct () | |
| executeCommand () | |
| confirmDelete () | |
| performDelete () | |
| mailToList () | |
| showMailingLists () | |
| saveForm () | |
| showForm () | |
| showMembersList () | |
| confirmDeleteMembers () | |
| performDeleteMembers () | |
| saveAssignmentForm () | |
| showAssignmentForm () | |
| setError ($a_error= '') | |
| getError () | |
| isError () | |
| Private Member Functions | |
| initForm ($a_type= 'create') | |
| setValuesByObject () | |
| setDefaultValues () | |
| Private Attributes | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $umail = null | |
| $mlists = null | |
| $abook = null | |
| $error = array() | |
| $form_gui = null | |
Definition at line 16 of file class.ilMailingListsGUI.php.
| ilMailingListsGUI::__construct | ( | ) | 
Definition at line 30 of file class.ilMailingListsGUI.php.
References $_GET, $ilCtrl, $lng, and $tpl.
| ilMailingListsGUI::confirmDelete | ( | ) | 
Definition at line 64 of file class.ilMailingListsGUI.php.
References $_GET, $_POST, ilUtil\sendInfo(), and showMailingLists().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMailingListsGUI::confirmDeleteMembers | ( | ) | 
Definition at line 457 of file class.ilMailingListsGUI.php.
References $_POST, ilUtil\sendInfo(), and showMembersList().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMailingListsGUI::executeCommand | ( | ) | 
| ilMailingListsGUI::getError | ( | ) | 
Definition at line 659 of file class.ilMailingListsGUI.php.
Referenced by saveAssignmentForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 326 of file class.ilMailingListsGUI.php.
References ilTextAreaInputGUI\setCols(), and ilFormPropertyGUI\setRequired().
Referenced by saveForm(), and showForm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMailingListsGUI::isError | ( | ) | 
Definition at line 663 of file class.ilMailingListsGUI.php.
Referenced by saveAssignmentForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMailingListsGUI::mailToList | ( | ) | 
Definition at line 125 of file class.ilMailingListsGUI.php.
References $_GET, $_POST, $_SESSION, ilMailingList\_isOwner(), ilUtil\redirect(), ilUtil\sendFailure(), ilUtil\sendInfo(), and showMailingLists().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMailingListsGUI::performDelete | ( | ) | 
Definition at line 97 of file class.ilMailingListsGUI.php.
References $_POST, ilMailingList\_isOwner(), ilUtil\sendInfo(), showMailingLists(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMailingListsGUI::performDeleteMembers | ( | ) | 
Definition at line 495 of file class.ilMailingListsGUI.php.
References $_POST, $ilErr, ilMailingList\_isOwner(), ilUtil\sendInfo(), showMembersList(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMailingListsGUI::saveAssignmentForm | ( | ) | 
Definition at line 523 of file class.ilMailingListsGUI.php.
References $_POST, $error, $ilErr, ilMailingList\_isOwner(), getError(), isError(), ilUtil\sendInfo(), setError(), showAssignmentForm(), showMembersList(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMailingListsGUI::saveForm | ( | ) | 
Definition at line 274 of file class.ilMailingListsGUI.php.
References $_POST, $ilErr, ilMailingList\_isOwner(), exit, initForm(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 355 of file class.ilMailingListsGUI.php.
Referenced by showForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMailingListsGUI::setError | ( | $a_error = '' | ) | 
Definition at line 655 of file class.ilMailingListsGUI.php.
Referenced by saveAssignmentForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 347 of file class.ilMailingListsGUI.php.
Referenced by showForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMailingListsGUI::showAssignmentForm | ( | ) | 
Definition at line 578 of file class.ilMailingListsGUI.php.
References $ilErr, ilMailingList\_isOwner(), ilUtil\sendInfo(), ilSelectInputGUI\setOptions(), and showMembersList().
Referenced by saveAssignmentForm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMailingListsGUI::showForm | ( | ) | 
Definition at line 363 of file class.ilMailingListsGUI.php.
References $ilErr, ilMailingList\_isOwner(), initForm(), setDefaultValues(), and setValuesByObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMailingListsGUI::showMailingLists | ( | ) | 
Definition at line 186 of file class.ilMailingListsGUI.php.
References $_SESSION, $result, and ilUtil\formCheckbox().
Referenced by confirmDelete(), mailToList(), performDelete(), and showMembersList().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMailingListsGUI::showMembersList | ( | ) | 
Definition at line 391 of file class.ilMailingListsGUI.php.
References $result, ilUtil\formCheckbox(), and showMailingLists().
Referenced by confirmDeleteMembers(), performDeleteMembers(), saveAssignmentForm(), and showAssignmentForm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 24 of file class.ilMailingListsGUI.php.
| 
 | private | 
Definition at line 19 of file class.ilMailingListsGUI.php.
| 
 | private | 
Definition at line 26 of file class.ilMailingListsGUI.php.
Referenced by saveAssignmentForm().
| 
 | private | 
Definition at line 28 of file class.ilMailingListsGUI.php.
| 
 | private | 
Definition at line 20 of file class.ilMailingListsGUI.php.
Referenced by __construct().
| 
 | private | 
Definition at line 23 of file class.ilMailingListsGUI.php.
| 
 | private | 
Definition at line 18 of file class.ilMailingListsGUI.php.
Referenced by __construct().
| 
 | private | 
Definition at line 22 of file class.ilMailingListsGUI.php.