|
ILIAS
release_8 Revision v8.24
|
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 25 of file class.ilOrgUnitGlobalSettings.php.
|
private |
Definition at line 37 of file class.ilOrgUnitGlobalSettings.php.
References $GLOBALS, and readSettings().
Here is the call graph for this function:
|
static |
Definition at line 43 of file class.ilOrgUnitGlobalSettings.php.
References $instance.
Referenced by ilObjEmployeeTalkAccess\__construct(), ilOrgUnitPositionAccess\__construct(), ilPermission2GUI\__initSubTabs(), ilStudyProgrammeDIC\buildDIC(), ilObjTestSettingsGeneralGUI\buildForm(), ilOrgUnitPermissionTableGUI\collectData(), ilObject\create(), ilOrgUnitPermissionQueries\getAllTemplateSetsForAllActivedContexts(), ilObjExerciseGUI\getEditFormCustomValues(), ilStudyProgrammeDIC\specificDicFor(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Here is the caller graph for this function:| ilOrgUnitGlobalSettings::getObjectPositionSettingsByType | ( | string | $a_obj_type | ) |
Definition at line 52 of file class.ilOrgUnitGlobalSettings.php.
Referenced by isPositionAccessActiveForObject(), and saveDefaultPositionActivationStatus().
Here is the caller graph for this function:| ilOrgUnitGlobalSettings::getPositionSettings | ( | ) |
Definition at line 129 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 65 of file class.ilOrgUnitGlobalSettings.php.
References $type, ilObject\_lookupType(), and getObjectPositionSettingsByType().
Here is the call graph for this function:
|
private |
Definition at line 119 of file class.ilOrgUnitGlobalSettings.php.
References $type.
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 104 of file class.ilOrgUnitGlobalSettings.php.
References $type, ilObject\_lookupType(), and getObjectPositionSettingsByType().
Here is the call graph for this function:
|
staticprivate |
Definition at line 27 of file class.ilOrgUnitGlobalSettings.php.
Referenced by getInstance().
|
protected |
Definition at line 28 of file class.ilOrgUnitGlobalSettings.php.
|
private |
Array with key obj_id => active status.
| bool[] |
Definition at line 35 of file class.ilOrgUnitGlobalSettings.php.
|
private |
Definition at line 30 of file class.ilOrgUnitGlobalSettings.php.
Referenced by getPositionSettings().