|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilMailSearchCoursesGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| mail () | |
| mailCourses () | |
| mailMembers () | |
| adoptMembers () | |
| Take over course members to addressbook. | |
| cancel () | |
| Cancel action. | |
| showMyCourses () | |
| Show user's courses. | |
| showMembers () | |
| Show course members. | |
Private Attributes | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $umail = null | |
| $abook = null | |
Definition at line 35 of file class.ilMailSearchCoursesGUI.php.
| ilMailSearchCoursesGUI::__construct | ( | ) |
Definition at line 44 of file class.ilMailSearchCoursesGUI.php.
References $ilCtrl, $lng, and $tpl.
| ilMailSearchCoursesGUI::adoptMembers | ( | ) |
Take over course members to addressbook.
Definition at line 232 of file class.ilMailSearchCoursesGUI.php.
References $lng, ilObjUser\_lookupEmail(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilObjUser\_lookupPref(), ilUtil\sendInfo(), and showMembers().
Here is the call graph for this function:| ilMailSearchCoursesGUI::cancel | ( | ) |
Cancel action.
Definition at line 273 of file class.ilMailSearchCoursesGUI.php.
References $_GET, and showMyCourses().
Here is the call graph for this function:| ilMailSearchCoursesGUI::executeCommand | ( | ) |
| ilMailSearchCoursesGUI::mail | ( | ) |
Definition at line 75 of file class.ilMailSearchCoursesGUI.php.
References $_GET, $lng, mailCourses(), mailMembers(), ilUtil\sendInfo(), showMembers(), and showMyCourses().
Here is the call graph for this function:| ilMailSearchCoursesGUI::mailCourses | ( | ) |
Definition at line 109 of file class.ilMailSearchCoursesGUI.php.
References $lng, $ref_id, ilObject\_getAllReferences(), and ilUtil\redirect().
Referenced by mail().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailSearchCoursesGUI::mailMembers | ( | ) |
Definition at line 185 of file class.ilMailSearchCoursesGUI.php.
References ilObjUser\_lookupLogin(), and ilUtil\redirect().
Referenced by mail().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailSearchCoursesGUI::showMembers | ( | ) |
Show course members.
Definition at line 413 of file class.ilMailSearchCoursesGUI.php.
References $_GET, $_SESSION, $lng, ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilObjUser\_lookupPref(), ilUtil\_sortIds(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendInfo(), and showMyCourses().
Referenced by adoptMembers(), and mail().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailSearchCoursesGUI::showMyCourses | ( | ) |
Show user's courses.
Definition at line 289 of file class.ilMailSearchCoursesGUI.php.
References $_GET, $data, $lng, $ref_id, ilObject\_getAllReferences(), ilCourseParticipants\_getInstanceByObjId(), ilParticipants\_getMembershipByType(), ilObject\_hasUntrashedReference(), and ilObjectFactory\getInstanceByObjId().
Referenced by cancel(), mail(), and showMembers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 42 of file class.ilMailSearchCoursesGUI.php.
|
private |
Definition at line 38 of file class.ilMailSearchCoursesGUI.php.
|
private |
Definition at line 39 of file class.ilMailSearchCoursesGUI.php.
Referenced by __construct(), adoptMembers(), mail(), mailCourses(), showMembers(), and showMyCourses().
|
private |
Definition at line 37 of file class.ilMailSearchCoursesGUI.php.
Referenced by __construct().
|
private |
Definition at line 41 of file class.ilMailSearchCoursesGUI.php.