|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Add user to group from awareness tool. More...
Collaboration diagram for ilGroupAddToGroupActionGUI: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.
References $DIC, ui(), and user().
Here is the call graph for this function:| ilGroupAddToGroupActionGUI::addUser | ( | ) |
Add user.
Definition at line 237 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $lng, $tpl, exit, ilParticipants\getInstanceByObjId(), ilUtil\getSystemMessageHTML(), IL_GRP_MEMBER, and ilGroupMembershipMailNotification\TYPE_ADMISSION_MEMBER.
Here is the call graph for this function:| ilGroupAddToGroupActionGUI::confirmAddUser | ( | ) |
Confirm add user to group.
return
Definition at line 191 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $ctrl, $lng, $tpl, $url, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, ilParticipants\getInstanceByObjId(), ilUserUtil\getNamePresentation(), ilUtil\getSystemMessageHTML(), and ui().
Here is the call graph for this function:| ilGroupAddToGroupActionGUI::confirmCreateGroupAndAddUser | ( | ) |
Save group.
return
Definition at line 336 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $_POST, $ctrl, $lng, $tpl, createGroup(), exit, getGroupCreationForm(), ilUserUtil\getNamePresentation(), ilUtil\getSystemMessageHTML(), and ui().
Here is the call graph for this function:| ilGroupAddToGroupActionGUI::createGroup | ( | $form = null | ) |
Create group.
return
Definition at line 297 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $lng, $tpl, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, getGroupCreationForm(), and ilUtil\getSystemMessageHTML().
Referenced by confirmCreateGroupAndAddUser().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGroupAddToGroupActionGUI::createGroupAndAddUser | ( | ) |
Create group and add user.
return
Definition at line 373 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $lng, $tpl, $url, ilLink\_getLink(), exit, getGroupCreationForm(), ilParticipants\getInstanceByObjId(), ilUtil\getSystemMessageHTML(), IL_GRP_MEMBER, and ilGroupMembershipMailNotification\TYPE_ADMISSION_MEMBER.
Here is the call graph for this function:| ilGroupAddToGroupActionGUI::executeCommand | ( | ) |
Execute command.
Definition at line 61 of file class.ilGroupAddToGroupActionGUI.php.
References $ctrl, and ilGroupUserActionProvider\getCommandAccess().
Here is the call graph for this function:
|
protected |
Definition at line 313 of file class.ilGroupAddToGroupActionGUI.php.
Referenced by confirmCreateGroupAndAddUser(), createGroup(), and createGroupAndAddUser().
Here is the caller graph for this function:| ilGroupAddToGroupActionGUI::selectGroup | ( | ) |
Select group.
return
Definition at line 167 of file class.ilGroupAddToGroupActionGUI.php.
References $tree, exit, and sendResponse().
Here is the call graph for this function:| ilGroupAddToGroupActionGUI::selectParent | ( | ) |
Select group.
return
Definition at line 271 of file class.ilGroupAddToGroupActionGUI.php.
References $lng, $tpl, $tree, exit, ilUtil\getSystemMessageHTML(), and sendResponse().
Here is the call graph for this function:| ilGroupAddToGroupActionGUI::sendResponse | ( | $a_content | ) |
Send response.
| string | $a_content |
Definition at line 139 of file class.ilGroupAddToGroupActionGUI.php.
References $_GET, $lng, exit, and ui().
Referenced by selectGroup(), selectParent(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGroupAddToGroupActionGUI::show | ( | ) |
Show.
Definition at line 104 of file class.ilGroupAddToGroupActionGUI.php.
References $ctrl, $lng, $tpl, ilUtil\getSystemMessageHTML(), sendResponse(), and ui().
Here is the call graph for this function:
|
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.