|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilOrgUnitStaffGUI:Public Member Functions | |
| __construct (ilObjOrgUnitGUI $parent_gui) | |
| executeCommand () | |
| showStaff () | |
| showOtherRoles () | |
| showStaffRec () | |
| addStaff () | |
| addOtherRoles () | |
| getStaffTableHTML ($recursive=false, $table_cmd="showStaff") | |
| getOtherRolesTableHTML () | |
| fromSuperiorToEmployee () | |
| fromEmployeeToSuperior () | |
| confirmRemoveUser ($cmd) | |
| removeFromSuperiors () | |
| removeFromEmployees () | |
| removeFromRole () | |
| setTabs () | |
Protected Attributes | |
| ilTabsGUI | $tabs_gui |
| ilToolbarGUI | $toolbar |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
| object | $parent_gui |
| object | $parent_object |
| ilLanguage | $lng |
| ilAccessHandler | $ilAccess |
| ilRbacReview | $rbacreview |
Private Member Functions | |
| addStaffToolbar () | |
| addOtherRolesToolbar () | |
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 Class ilOrgUnitStaffGUI
Definition at line 28 of file class.ilOrgUnitStaffGUI.php.
| ilOrgUnitStaffGUI::__construct | ( | ilObjOrgUnitGUI | $parent_gui | ) |
| ilObjOrgUnitGUI | $parent_gui |
Definition at line 43 of file class.ilOrgUnitStaffGUI.php.
References $DIC, $parent_gui, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), setTabs(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilOrgUnitStaffGUI::addOtherRoles | ( | ) |
Definition at line 219 of file class.ilOrgUnitStaffGUI.php.
References ilObjUser\_lookupId(), ilAccess\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 167 of file class.ilOrgUnitStaffGUI.php.
References ILIAS\Repository\ctrl(), ilRepositorySearchGUI\fillAutoCompleteToolbar(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by showOtherRoles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::addStaff | ( | ) |
Definition at line 185 of file class.ilOrgUnitStaffGUI.php.
References ilObjUser\_lookupId(), ilAccess\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 153 of file class.ilOrgUnitStaffGUI.php.
References ILIAS\Repository\ctrl(), ilRepositorySearchGUI\fillAutoCompleteToolbar(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by showStaff().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::confirmRemoveUser | ( | $cmd | ) |
Definition at line 308 of file class.ilOrgUnitStaffGUI.php.
References $_GET, $param, ilObjUser\_lookupName(), ilAccess\checkAccess(), ILIAS\Repository\ctrl(), ilUtil\getImagePath(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::executeCommand | ( | ) |
| Exception | |
| ilCtrlException | |
| ilException |
Definition at line 67 of file class.ilOrgUnitStaffGUI.php.
References confirmRemoveUser(), ILIAS\Repository\ctrl(), showOtherRoles(), showStaff(), and showStaffRec().
Here is the call graph for this function:| ilOrgUnitStaffGUI::fromEmployeeToSuperior | ( | ) |
Definition at line 296 of file class.ilOrgUnitStaffGUI.php.
References $_GET, ilAccess\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilOrgUnitStaffGUI::fromSuperiorToEmployee | ( | ) |
Definition at line 284 of file class.ilOrgUnitStaffGUI.php.
References $_GET, ilAccess\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilOrgUnitStaffGUI::getOtherRolesTableHTML | ( | ) |
Definition at line 262 of file class.ilOrgUnitStaffGUI.php.
References $DIC, $lng, $rbacreview, ilRbacReview\getLocalRoles(), and ilLanguage\txt().
Referenced by showOtherRoles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::getStaffTableHTML | ( | $recursive = false, |
|
$table_cmd = "showStaff" |
|||
| ) |
| bool | $recursive | |
| string | $table_cmd |
Definition at line 247 of file class.ilOrgUnitStaffGUI.php.
References $DIC, $lng, $rbacreview, and ilLanguage\txt().
Referenced by showStaff(), and showStaffRec().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::removeFromEmployees | ( | ) |
Definition at line 365 of file class.ilOrgUnitStaffGUI.php.
References ilAccess\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilOrgUnitStaffGUI::removeFromRole | ( | ) |
Definition at line 380 of file class.ilOrgUnitStaffGUI.php.
References ilAccess\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilOrgUnitStaffGUI::removeFromSuperiors | ( | ) |
Definition at line 350 of file class.ilOrgUnitStaffGUI.php.
References ilAccess\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilOrgUnitStaffGUI::setTabs | ( | ) |
Definition at line 392 of file class.ilOrgUnitStaffGUI.php.
References ilAccess\checkAccess(), and ILIAS\Repository\lng().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::showOtherRoles | ( | ) |
Definition at line 131 of file class.ilOrgUnitStaffGUI.php.
References addOtherRolesToolbar(), ilAccess\checkAccess(), ILIAS\Repository\ctrl(), getOtherRolesTableHTML(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::showStaff | ( | ) |
| ilCtrlException |
Definition at line 118 of file class.ilOrgUnitStaffGUI.php.
References ilObjOrgUnitAccess\_checkAccessStaff(), addStaffToolbar(), ilAccess\checkAccess(), ILIAS\Repository\ctrl(), getStaffTableHTML(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::showStaffRec | ( | ) |
Definition at line 143 of file class.ilOrgUnitStaffGUI.php.
References ilObjOrgUnitAccess\_checkAccessStaffRec(), ILIAS\Repository\ctrl(), getStaffTableHTML(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file class.ilOrgUnitStaffGUI.php.
|
protected |
Definition at line 37 of file class.ilOrgUnitStaffGUI.php.
|
protected |
Definition at line 36 of file class.ilOrgUnitStaffGUI.php.
Referenced by getOtherRolesTableHTML(), and getStaffTableHTML().
|
protected |
Definition at line 34 of file class.ilOrgUnitStaffGUI.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilOrgUnitStaffGUI.php.
|
protected |
Definition at line 38 of file class.ilOrgUnitStaffGUI.php.
Referenced by getOtherRolesTableHTML(), and getStaffTableHTML().
|
protected |
Definition at line 30 of file class.ilOrgUnitStaffGUI.php.
|
protected |
Definition at line 31 of file class.ilOrgUnitStaffGUI.php.
|
protected |
Definition at line 33 of file class.ilOrgUnitStaffGUI.php.