ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Add user to group from awareness tool. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
show () | |
Show. More... | |
sendResponse ($a_content) | |
Send response. More... | |
selectGroup () | |
Select group. More... | |
confirmAddUser () | |
Confirm add user to group. More... | |
addUser () | |
Add user. More... | |
selectParent () | |
Select group. More... | |
createGroup ($form=null) | |
Create group. More... | |
confirmCreateGroupAndAddUser () | |
Save group. More... | |
createGroupAndAddUser () | |
Create group and add user. More... | |
Protected Member Functions | |
getGroupCreationForm () | |
Protected Attributes | |
$ctrl | |
$tpl | |
$ui | |
$lng | |
$tree | |
Add user to group from awareness tool.
Definition at line 11 of file class.ilGroupAddToGroupActionGUI.php.
ilGroupAddToGroupActionGUI::__construct | ( | ) |
Constructor.
Definition at line 43 of file class.ilGroupAddToGroupActionGUI.php.
ilGroupAddToGroupActionGUI::addUser | ( | ) |
Add user.
Definition at line 237 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $lng, $tpl, exit, ilParticipants\getInstanceByObjId(), IL_GRP_MEMBER, and ilGroupMembershipMailNotification\TYPE_ADMISSION_MEMBER.
ilGroupAddToGroupActionGUI::confirmAddUser | ( | ) |
Confirm add user to group.
return
Definition at line 191 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $ctrl, $id, $lng, $tpl, $url, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, ilParticipants\getInstanceByObjId(), and ilUserUtil\getNamePresentation().
ilGroupAddToGroupActionGUI::confirmCreateGroupAndAddUser | ( | ) |
Save group.
return
Definition at line 336 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $_POST, $ctrl, $form, $id, $lng, $tpl, createGroup(), exit, getGroupCreationForm(), and ilUserUtil\getNamePresentation().
ilGroupAddToGroupActionGUI::createGroup | ( | $form = null | ) |
Create group.
return
Definition at line 297 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $form, $lng, $tpl, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, and getGroupCreationForm().
Referenced by confirmCreateGroupAndAddUser().
ilGroupAddToGroupActionGUI::createGroupAndAddUser | ( | ) |
Create group and add user.
return
Definition at line 373 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $form, $lng, $tpl, $url, ilLink\_getLink(), exit, getGroupCreationForm(), ilParticipants\getInstanceByObjId(), IL_GRP_MEMBER, and ilGroupMembershipMailNotification\TYPE_ADMISSION_MEMBER.
ilGroupAddToGroupActionGUI::executeCommand | ( | ) |
Execute command.
Definition at line 61 of file class.ilGroupAddToGroupActionGUI.php.
References $ctrl, $user, and ilGroupUserActionProvider\getCommandAccess().
|
protected |
Definition at line 313 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $form, and $lng.
Referenced by confirmCreateGroupAndAddUser(), createGroup(), and createGroupAndAddUser().
ilGroupAddToGroupActionGUI::selectGroup | ( | ) |
Select group.
return
Definition at line 167 of file class.ilGroupAddToGroupActionGUI.php.
References $tree, exit, and sendResponse().
ilGroupAddToGroupActionGUI::selectParent | ( | ) |
Select group.
return
Definition at line 271 of file class.ilGroupAddToGroupActionGUI.php.
References $lng, $tpl, $tree, exit, and sendResponse().
ilGroupAddToGroupActionGUI::sendResponse | ( | $a_content | ) |
Send response.
string | $a_content |
Definition at line 139 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $a_content, $id, $lng, and exit.
Referenced by selectGroup(), selectParent(), and show().
ilGroupAddToGroupActionGUI::show | ( | ) |
Show.
Definition at line 104 of file class.ilGroupAddToGroupActionGUI.php.
References $ctrl, $id, $lng, $tpl, and sendResponse().
|
protected |
Definition at line 16 of file class.ilGroupAddToGroupActionGUI.php.
Referenced by confirmAddUser(), confirmCreateGroupAndAddUser(), executeCommand(), and show().
|
protected |
Definition at line 31 of file class.ilGroupAddToGroupActionGUI.php.
Referenced by addUser(), confirmAddUser(), confirmCreateGroupAndAddUser(), createGroup(), createGroupAndAddUser(), getGroupCreationForm(), selectParent(), sendResponse(), and show().
|
protected |
Definition at line 21 of file class.ilGroupAddToGroupActionGUI.php.
Referenced by addUser(), confirmAddUser(), confirmCreateGroupAndAddUser(), createGroup(), createGroupAndAddUser(), selectParent(), and show().
|
protected |
Definition at line 36 of file class.ilGroupAddToGroupActionGUI.php.
Referenced by selectGroup(), and selectParent().
|
protected |
Definition at line 26 of file class.ilGroupAddToGroupActionGUI.php.