ILIAS
trunk Revision v11.0_alpha-1846-g895b5f47236
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | isCached (ActiveRecord $activeRecord) |
static | store (ActiveRecord $activeRecord) |
static | storeFromStorage (string $storage_class_name, ActiveRecord $activeRecord) |
static | get (ActiveRecord $activeRecord) |
static | purge (ActiveRecord $activeRecord) |
static | getPrimaryFieldName (ActiveRecord $activeRecord) |
static | getPrimaryFieldType (ActiveRecord $activeRecord) |
Static Protected Attributes | |
static array | $cache = [] |
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 Class arFieldCache
Definition at line 24 of file class.arFieldCache.php.
|
static |
Definition at line 43 of file class.arFieldCache.php.
Referenced by ActiveRecord\__construct(), and ActiveRecord\getArFieldList().
|
static |
Definition at line 57 of file class.arFieldCache.php.
References ILIAS\GlobalScreen\get().
Referenced by ActiveRecord\create(), arConnectorDB\delete(), ActiveRecord\getPrimaryFieldValue(), arConnectorDB\read(), ActiveRecord\setPrimaryFieldValue(), ActiveRecord\store(), and arConnectorDB\update().
|
static |
Definition at line 65 of file class.arFieldCache.php.
References ILIAS\GlobalScreen\get().
Referenced by arConnectorDB\delete(), arConnectorDB\read(), and arConnectorDB\update().
|
static |
Definition at line 28 of file class.arFieldCache.php.
|
static |
Definition at line 52 of file class.arFieldCache.php.
|
static |
Definition at line 33 of file class.arFieldCache.php.
References arFieldList\getInstance().
|
static |
Definition at line 38 of file class.arFieldCache.php.
References arFieldList\getInstanceFromStorage().
|
staticprotected |
Definition at line 26 of file class.arFieldCache.php.