ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
__construct ($wsp_access_handler=null, $wsp_node_id=null) | |
executeCommand () | |
mail () | |
mailGroups () | |
mailMembers () | |
adoptMembers () | |
Take over course members to addressbook. | |
cancel () | |
Cancel action. | |
showMyGroups () | |
Show user's courses. | |
showMembers () | |
Show course members. | |
share () |
Protected Member Functions | |
addPermission ($a_obj_ids) |
Protected Attributes | |
$mailing_allowed |
Private Attributes | |
$tpl = null | |
$ctrl = null | |
$lng = null | |
$umail = null | |
$abook = null |
Definition at line 16 of file class.ilMailSearchGroupsGUI.php.
ilMailSearchGroupsGUI::__construct | ( | $wsp_access_handler = null , |
|
$wsp_node_id = null |
|||
) |
Definition at line 27 of file class.ilMailSearchGroupsGUI.php.
References $_SESSION, $ilCtrl, $ilUser, $lng, and $tpl.
|
protected |
Definition at line 517 of file class.ilMailSearchGroupsGUI.php.
References ilUtil\sendSuccess().
Referenced by share().
ilMailSearchGroupsGUI::adoptMembers | ( | ) |
Take over course members to addressbook.
Definition at line 235 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $lng, ilObjUser\_lookupEmail(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilObjUser\_lookupPref(), ilUtil\sendInfo(), and showMembers().
ilMailSearchGroupsGUI::cancel | ( | ) |
Cancel action.
Definition at line 276 of file class.ilMailSearchGroupsGUI.php.
References $_GET, and showMyGroups().
ilMailSearchGroupsGUI::executeCommand | ( | ) |
ilMailSearchGroupsGUI::mail | ( | ) |
Definition at line 68 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $lng, mailGroups(), mailMembers(), ilUtil\sendInfo(), showMembers(), and showMyGroups().
ilMailSearchGroupsGUI::mailGroups | ( | ) |
Definition at line 104 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $ilUser, $ref_id, ilObject\_getAllReferences(), and ilUtil\redirect().
Referenced by mail().
ilMailSearchGroupsGUI::mailMembers | ( | ) |
Definition at line 185 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $ilUser, ilObjUser\_lookupLogin(), and ilUtil\redirect().
Referenced by mail().
ilMailSearchGroupsGUI::share | ( | ) |
Definition at line 481 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_REQUEST, $lng, addPermission(), ilUtil\sendInfo(), showMembers(), and showMyGroups().
ilMailSearchGroupsGUI::showMembers | ( | ) |
Show course members.
Definition at line 404 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $_POST, $lng, $ref_id, ilObject\_getAllReferences(), ilObjUser\_lookupPref(), ilObjectFactory\getInstanceByRefId(), ilUtil\sendInfo(), and showMyGroups().
Referenced by adoptMembers(), mail(), and share().
ilMailSearchGroupsGUI::showMyGroups | ( | ) |
Show user's courses.
Definition at line 292 of file class.ilMailSearchGroupsGUI.php.
References $_GET, $ilUser, $lng, $path, $ref_id, ilObject\_getAllReferences(), ilGroupParticipants\_getInstanceByObjId(), ilParticipants\_getMembershipByType(), and ilObject\_hasUntrashedReference().
Referenced by cancel(), mail(), share(), and showMembers().
|
private |
Definition at line 23 of file class.ilMailSearchGroupsGUI.php.
|
private |
Definition at line 19 of file class.ilMailSearchGroupsGUI.php.
|
private |
Definition at line 20 of file class.ilMailSearchGroupsGUI.php.
Referenced by __construct(), adoptMembers(), mail(), share(), showMembers(), and showMyGroups().
|
protected |
Definition at line 25 of file class.ilMailSearchGroupsGUI.php.
|
private |
Definition at line 18 of file class.ilMailSearchGroupsGUI.php.
Referenced by __construct().
|
private |
Definition at line 22 of file class.ilMailSearchGroupsGUI.php.