ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct () | |
executeCommand () | |
mail () | |
mailGroups () | |
mailMembers () | |
adoptMembers () | |
Take over course members to addressbook. | |
cancel () | |
Cancel action. | |
showMyGroups () | |
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.ilMailSearchGroupsGUI.php.
ilMailSearchGroupsGUI::__construct | ( | ) |
Definition at line 46 of file class.ilMailSearchGroupsGUI.php.
References $_SESSION, $ilCtrl, $lng, and $tpl.
ilMailSearchGroupsGUI::adoptMembers | ( | ) |
Take over course members to addressbook.
Definition at line 241 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $lng, $login, $name, ilObjUser\_lookupEmail(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilObjUser\_lookupPref(), ilUtil\sendInfo(), and showMembers().
ilMailSearchGroupsGUI::cancel | ( | ) |
Cancel action.
Definition at line 284 of file class.ilMailSearchGroupsGUI.php.
References $_GET, and showMyGroups().
ilMailSearchGroupsGUI::executeCommand | ( | ) |
ilMailSearchGroupsGUI::mail | ( | ) |
Definition at line 82 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $lng, mailGroups(), mailMembers(), ilUtil\sendInfo(), showMembers(), and showMyGroups().
ilMailSearchGroupsGUI::mailGroups | ( | ) |
Definition at line 118 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $lng, $ref_id, ilObject\_getAllReferences(), and ilUtil\redirect().
Referenced by mail().
ilMailSearchGroupsGUI::mailMembers | ( | ) |
Definition at line 193 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $login, ilObjUser\_lookupLogin(), and ilUtil\redirect().
Referenced by mail().
ilMailSearchGroupsGUI::showMembers | ( | ) |
Show course members.
Definition at line 401 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $lng, $ref_id, ilObject\_getAllReferences(), ilObjUser\_lookupPref(), ilObjectFactory\getInstanceByRefId(), ilUtil\sendInfo(), and showMyGroups().
Referenced by adoptMembers(), and mail().
ilMailSearchGroupsGUI::showMyGroups | ( | ) |
Show user's courses.
Definition at line 300 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $data, $key, $lng, $ref_id, ilObject\_getAllReferences(), ilGroupParticipants\_getInstanceByObjId(), ilParticipants\_getMembershipByType(), and ilObject\_hasUntrashedReference().
Referenced by cancel(), mail(), and showMembers().
|
private |
Definition at line 42 of file class.ilMailSearchGroupsGUI.php.
|
private |
Definition at line 38 of file class.ilMailSearchGroupsGUI.php.
|
private |
Definition at line 39 of file class.ilMailSearchGroupsGUI.php.
Referenced by __construct(), adoptMembers(), mail(), mailGroups(), showMembers(), and showMyGroups().
|
protected |
Definition at line 44 of file class.ilMailSearchGroupsGUI.php.
|
private |
Definition at line 37 of file class.ilMailSearchGroupsGUI.php.
Referenced by __construct().
|
private |
Definition at line 41 of file class.ilMailSearchGroupsGUI.php.