ILIAS
trunk Revision v11.0_alpha-1861-g09f3d197f78
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
|
static |
Definition at line 41 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().
ilOrgUnitGlobalSettings::getObjectPositionSettingsByType | ( | string | $a_obj_type | ) |
Definition at line 50 of file class.ilOrgUnitGlobalSettings.php.
Referenced by isPositionAccessActiveForObject(), and saveDefaultPositionActivationStatus().
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().
|
private |
Definition at line 117 of file class.ilOrgUnitGlobalSettings.php.
Referenced by __construct().
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().
|
staticprivate |
Definition at line 25 of file class.ilOrgUnitGlobalSettings.php.
|
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().