ILIAS
Release_4_0_x_branch Revision 61816
|
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. |
Protected Attributes | |
$mailing_allowed |
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 46 of file class.ilMailSearchCoursesGUI.php.
References $_SESSION, $ilCtrl, $lng, and $tpl.
ilMailSearchCoursesGUI::adoptMembers | ( | ) |
Take over course members to addressbook.
Definition at line 247 of file class.ilMailSearchCoursesGUI.php.
References $_GET, $_POST, $lng, $login, $name, ilObjUser\_lookupEmail(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilObjUser\_lookupPref(), ilUtil\sendInfo(), and showMembers().
ilMailSearchCoursesGUI::cancel | ( | ) |
Cancel action.
Definition at line 292 of file class.ilMailSearchCoursesGUI.php.
References $_GET, and showMyCourses().
ilMailSearchCoursesGUI::executeCommand | ( | ) |
ilMailSearchCoursesGUI::mail | ( | ) |
Definition at line 82 of file class.ilMailSearchCoursesGUI.php.
References $_GET, $_POST, $lng, mailCourses(), mailMembers(), ilUtil\sendInfo(), showMembers(), and showMyCourses().
ilMailSearchCoursesGUI::mailCourses | ( | ) |
Definition at line 118 of file class.ilMailSearchCoursesGUI.php.
References $_GET, $_POST, $lng, $ref_id, ilObject\_getAllReferences(), and ilUtil\redirect().
Referenced by mail().
ilMailSearchCoursesGUI::mailMembers | ( | ) |
Definition at line 198 of file class.ilMailSearchCoursesGUI.php.
References $_GET, $_POST, $login, ilObjUser\_lookupLogin(), and ilUtil\redirect().
Referenced by mail().
ilMailSearchCoursesGUI::showMembers | ( | ) |
Show course members.
Definition at line 428 of file class.ilMailSearchCoursesGUI.php.
References $_GET, $_POST, $_SESSION, $lng, $login, $name, ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilObjUser\_lookupPref(), ilUtil\_sortIds(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendInfo(), and showMyCourses().
Referenced by adoptMembers(), and mail().
ilMailSearchCoursesGUI::showMyCourses | ( | ) |
Show user's courses.
Definition at line 308 of file class.ilMailSearchCoursesGUI.php.
References $_GET, $data, $key, $lng, $ref_id, $tpl, ilObject\_getAllReferences(), ilCourseParticipants\_getInstanceByObjId(), ilParticipants\_getMembershipByType(), ilObject\_hasUntrashedReference(), and ilObjectFactory\getInstanceByObjId().
Referenced by cancel(), mail(), and showMembers().
|
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().
|
protected |
Definition at line 44 of file class.ilMailSearchCoursesGUI.php.
|
private |
Definition at line 37 of file class.ilMailSearchCoursesGUI.php.
Referenced by __construct(), and showMyCourses().
|
private |
Definition at line 41 of file class.ilMailSearchCoursesGUI.php.