|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 26 of file class.ilOrgUnitGlobalSettings.php.
|
private |
Definition at line 38 of file class.ilOrgUnitGlobalSettings.php.
References $GLOBALS, and readSettings().
Here is the call graph for this function:
|
static |
Definition at line 44 of file class.ilOrgUnitGlobalSettings.php.
Referenced by ilOrgUnitPositionAccess\__construct(), ilObjEmployeeTalkAccess\__construct(), ilPermissionGUI\__initSubTabs(), ilStudyProgrammeDIC\buildDIC(), ilOrgUnitPermissionTableGUI\collectData(), ilObject\create(), ilOrgUnitPermissionDBRepository\getDefaultsForActiveContexts(), ilObjExerciseGUI\getEditFormCustomValues(), ILIAS\Test\Settings\MainSettings\SettingsMainGUI\getOrganisationalUnitsActivationInput(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ilOrgUnitPermissionDBRepository\isContextEnabled(), ilObjExerciseGUI\listAssignmentsObject(), ilObjExercise\saveData(), ILIAS\Test\Settings\MainSettings\SettingsMainGUI\saveOrganisationalUnitsActivation(), ilStudyProgrammeDIC\specificDicFor(), ilObjectServiceSettingsGUI\updateServiceSettingsForm(), and ILIAS\Survey\Settings\SettingsFormGUI\withOther().
Here is the caller graph for this function:| ilOrgUnitGlobalSettings::getObjectPositionSettingsByType | ( | string | $a_obj_type | ) |
Definition at line 53 of file class.ilOrgUnitGlobalSettings.php.
Referenced by isPositionAccessActiveForObject(), and saveDefaultPositionActivationStatus().
Here is the caller graph for this function:| ilOrgUnitGlobalSettings::getPositionSettings | ( | ) |
Definition at line 130 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 66 of file class.ilOrgUnitGlobalSettings.php.
References ilObject\_lookupType(), and getObjectPositionSettingsByType().
Here is the call graph for this function:
|
private |
Definition at line 120 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 105 of file class.ilOrgUnitGlobalSettings.php.
References ilObject\_lookupType(), and getObjectPositionSettingsByType().
Here is the call graph for this function:
|
staticprivate |
Definition at line 28 of file class.ilOrgUnitGlobalSettings.php.
|
protected |
Definition at line 29 of file class.ilOrgUnitGlobalSettings.php.
|
private |
Array with key obj_id => active status.
| bool[] |
Definition at line 36 of file class.ilOrgUnitGlobalSettings.php.
|
private |
Definition at line 31 of file class.ilOrgUnitGlobalSettings.php.
Referenced by getPositionSettings().