|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilOrgUnitGlobalSettings:Public Member Functions | |
| getObjectPositionSettingsByType (string $a_obj_type) | |
| isPositionAccessActiveForObject (int $a_obj_id) | |
| Check of position access is activate for object. More... | |
| saveDefaultPositionActivationStatus (int $a_obj_id) | |
| Set and save the default activation status according to settings. More... | |
| getPositionSettings () | |
Static Public Member Functions | |
| static | getInstance () |
Protected Attributes | |
| ilObjectDefinition | $object_definition = null |
Private Member Functions | |
| __construct () | |
| readSettings () | |
Private Attributes | |
| array | $position_settings = [] |
| array | $object_position_cache = [] |
| Array with key obj_id => active status. More... | |
Static Private Attributes | |
| static ilOrgUnitGlobalSettings | $instance = null |
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 Global settings for org units
Definition at line 23 of file class.ilOrgUnitGlobalSettings.php.
|
private |
Definition at line 35 of file class.ilOrgUnitGlobalSettings.php.
References $GLOBALS, and readSettings().
Here is the call graph for this function:
|
static |
Definition at line 41 of file class.ilOrgUnitGlobalSettings.php.
References $instance.
Referenced by ilObjEmployeeTalkAccess\__construct(), ilOrgUnitPositionAccess\__construct(), ilPermissionGUI\__initSubTabs(), ilStudyProgrammeDIC\buildDIC(), ilOrgUnitPermissionTableGUI\collectData(), ilObject\create(), ilOrgUnitPermissionDBRepository\getDefaultsForActiveContexts(), ilObjExerciseGUI\getEditFormCustomValues(), ILIAS\Test\Settings\MainSettings\SettingsMainGUI\getOrganisationalUnitsActivationInput(), ilOrgUnitPermissionDBRepository\isContextEnabled(), ILIAS\Test\Settings\MainSettings\SettingsMainGUI\saveOrganisationalUnitsActivation(), ilStudyProgrammeDIC\specificDicFor(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Here is the caller graph for this function:| ilOrgUnitGlobalSettings::getObjectPositionSettingsByType | ( | string | $a_obj_type | ) |
Definition at line 50 of file class.ilOrgUnitGlobalSettings.php.
Referenced by isPositionAccessActiveForObject(), and saveDefaultPositionActivationStatus().
Here is the caller graph for this function:| ilOrgUnitGlobalSettings::getPositionSettings | ( | ) |
Definition at line 127 of file class.ilOrgUnitGlobalSettings.php.
References $position_settings.
| ilOrgUnitGlobalSettings::isPositionAccessActiveForObject | ( | int | $a_obj_id | ) |
Check of position access is activate for object.
Definition at line 63 of file class.ilOrgUnitGlobalSettings.php.
References ilObject\_lookupType(), and getObjectPositionSettingsByType().
Here is the call graph for this function:
|
private |
Definition at line 117 of file class.ilOrgUnitGlobalSettings.php.
Referenced by __construct().
Here is the caller graph for this function:| ilOrgUnitGlobalSettings::saveDefaultPositionActivationStatus | ( | int | $a_obj_id | ) |
Set and save the default activation status according to settings.
| int | $a_obj_id |
Definition at line 102 of file class.ilOrgUnitGlobalSettings.php.
References ilObject\_lookupType(), and getObjectPositionSettingsByType().
Here is the call graph for this function:
|
staticprivate |
Definition at line 25 of file class.ilOrgUnitGlobalSettings.php.
Referenced by getInstance().
|
protected |
Definition at line 26 of file class.ilOrgUnitGlobalSettings.php.
|
private |
Array with key obj_id => active status.
| bool[] |
Definition at line 33 of file class.ilOrgUnitGlobalSettings.php.
|
private |
Definition at line 28 of file class.ilOrgUnitGlobalSettings.php.
Referenced by getPositionSettings().