ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $ref_id) | |
setActionContext (ilUserActionContext $a_val=null) | |
getActionContext () | |
executeCommand () | |
show () | |
save () | |
Save !!!! note in the future this must depend on the context, currently we only have one. More... | |
getActions () | |
Get actions, !!!! note in the future this must depend on the context, currently we only have one. More... | |
Protected Attributes | |
ilRbacSystem | $rbabsystem |
int | $ref_id |
ILIAS User StandardGUIRequest | $request |
ilCtrl | $ctrl |
ilGlobalTemplateInterface | $tpl |
ilLanguage | $lng |
ilUserActionContext | $action_context |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning User action administration GUI class
Definition at line 23 of file class.ilUserActionAdminGUI.php.
ilUserActionAdminGUI::__construct | ( | int | $ref_id | ) |
Definition at line 33 of file class.ilUserActionAdminGUI.php.
References $DIC, $ref_id, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
ilUserActionAdminGUI::executeCommand | ( | ) |
Definition at line 60 of file class.ilUserActionAdminGUI.php.
References ILIAS\Repository\ctrl().
ilUserActionAdminGUI::getActionContext | ( | ) |
Definition at line 55 of file class.ilUserActionAdminGUI.php.
References $action_context.
ilUserActionAdminGUI::getActions | ( | ) |
Get actions, !!!! note in the future this must depend on the context, currently we only have one.
Definition at line 113 of file class.ilUserActionAdminGUI.php.
References $data, $id, $name, ilUserActionProviderFactory\getAllProviders(), and ilUserActionAdmin\lookupActive().
Referenced by save(), and show().
ilUserActionAdminGUI::save | ( | ) |
Save !!!! note in the future this must depend on the context, currently we only have one.
Definition at line 89 of file class.ilUserActionAdminGUI.php.
References Vendor\Package\$a, ilUserActionAdmin\activateAction(), ILIAS\Repository\ctrl(), getActions(), and ILIAS\Repository\lng().
ilUserActionAdminGUI::setActionContext | ( | ilUserActionContext | $a_val = null | ) |
Definition at line 50 of file class.ilUserActionAdminGUI.php.
Referenced by ilMembershipAdministrationGUI\executeCommand().
ilUserActionAdminGUI::show | ( | ) |
Definition at line 73 of file class.ilUserActionAdminGUI.php.
References getActions(), and ILIAS\Repository\lng().
|
protected |
Definition at line 31 of file class.ilUserActionAdminGUI.php.
Referenced by getActionContext().
|
protected |
Definition at line 28 of file class.ilUserActionAdminGUI.php.
|
protected |
Definition at line 30 of file class.ilUserActionAdminGUI.php.
|
protected |
Definition at line 25 of file class.ilUserActionAdminGUI.php.
|
protected |
Definition at line 26 of file class.ilUserActionAdminGUI.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilUserActionAdminGUI.php.
|
protected |
Definition at line 29 of file class.ilUserActionAdminGUI.php.