ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getIlObjectDef () | |
getIlObjectGroup () | |
getIlObjectSubType () | |
lookupSubObjForParent ($parent) | |
__destruct () | |
lookupGroupedRepObj ($parent) | |
Static Public Member Functions | |
static | getInstance () |
static | flush () |
Protected Member Functions | |
__construct () | |
readFromDB () | |
Protected Attributes | |
ilGlobalCache | $global_cache |
array | $cached_results = [] |
bool | $changed = false |
array | $il_object_def = [] |
array | $subobj_for_parent = [] |
array | $grouped_rep_obj_types = [] |
array | $il_object_group = [] |
array | $il_object_sub_type = [] |
Static Protected Attributes | |
static ilCachedObjectDefinition | $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 Cache for object definitions, based on ilGlobalCache.
Definition at line 24 of file class.ilCachedObjectDefinition.php.
|
protected |
Definition at line 37 of file class.ilCachedObjectDefinition.php.
References ilGlobalCache\COMP_OBJ_DEF, ilGlobalCache\getInstance(), and readFromDB().
ilCachedObjectDefinition::__destruct | ( | ) |
Definition at line 173 of file class.ilCachedObjectDefinition.php.
References ilGlobalCache\COMP_OBJ_DEF, and ilGlobalCache\getInstance().
|
static |
Definition at line 136 of file class.ilCachedObjectDefinition.php.
References ilGlobalCache\COMP_OBJ_DEF, and ilGlobalCache\getInstance().
ilCachedObjectDefinition::getIlObjectDef | ( | ) |
Definition at line 104 of file class.ilCachedObjectDefinition.php.
References $il_object_def.
ilCachedObjectDefinition::getIlObjectGroup | ( | ) |
Definition at line 109 of file class.ilCachedObjectDefinition.php.
References $il_object_group.
ilCachedObjectDefinition::getIlObjectSubType | ( | ) |
Definition at line 114 of file class.ilCachedObjectDefinition.php.
References $il_object_sub_type.
|
static |
Definition at line 119 of file class.ilCachedObjectDefinition.php.
References ilGlobalCache\COMP_OBJ_DEF, ilGlobalCache\get(), ilGlobalCache\getInstance(), and ilGlobalCache\set().
Referenced by ilObjectDefinition\getGroupedRepositoryObjectTypes(), and ilObjectDefinition\readDefinitionDataFromCache().
ilCachedObjectDefinition::lookupGroupedRepObj | ( | $parent | ) |
mixed | $parent |
Definition at line 187 of file class.ilCachedObjectDefinition.php.
References $index.
ilCachedObjectDefinition::lookupSubObjForParent | ( | $parent | ) |
mixed | $parent |
Definition at line 147 of file class.ilCachedObjectDefinition.php.
References $index.
|
protected |
Definition at line 44 of file class.ilCachedObjectDefinition.php.
References $DIC.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilCachedObjectDefinition.php.
|
protected |
Definition at line 30 of file class.ilCachedObjectDefinition.php.
|
protected |
Definition at line 28 of file class.ilCachedObjectDefinition.php.
|
protected |
Definition at line 33 of file class.ilCachedObjectDefinition.php.
|
protected |
Definition at line 31 of file class.ilCachedObjectDefinition.php.
Referenced by getIlObjectDef().
|
protected |
Definition at line 34 of file class.ilCachedObjectDefinition.php.
Referenced by getIlObjectGroup().
|
protected |
Definition at line 35 of file class.ilCachedObjectDefinition.php.
Referenced by getIlObjectSubType().
|
staticprotected |
Definition at line 26 of file class.ilCachedObjectDefinition.php.
|
protected |
Definition at line 32 of file class.ilCachedObjectDefinition.php.