ILIAS
release_8 Revision v8.19
|
Class arFieldCache. More...
Static Public Member Functions | |
static | isCached (ActiveRecord $ar) |
static | store (ActiveRecord $ar) |
static | storeFromStorage (string $storage_class_name, ActiveRecord $foreign_model) |
static | get (ActiveRecord $ar) |
static | purge (ActiveRecord $ar) |
static | getPrimaryFieldName (ActiveRecord $ar) |
static | getPrimaryFieldType (ActiveRecord $ar) |
Static Protected Attributes | |
static array | $cache = array() |
|
static |
Definition at line 40 of file class.arFieldCache.php.
Referenced by ActiveRecord\__construct(), and ActiveRecord\getArFieldList().
|
static |
Definition at line 54 of file class.arFieldCache.php.
References ILIAS\Repository\get().
Referenced by ActiveRecord\create(), arConnectorDB\delete(), ActiveRecord\getPrimaryFieldValue(), arConnectorDB\read(), ActiveRecord\setPrimaryFieldValue(), ActiveRecord\store(), and arConnectorDB\update().
|
static |
Definition at line 62 of file class.arFieldCache.php.
References ILIAS\Repository\get().
Referenced by arConnectorDB\delete(), arConnectorDB\read(), and arConnectorDB\update().
|
static |
Definition at line 25 of file class.arFieldCache.php.
|
static |
Definition at line 49 of file class.arFieldCache.php.
|
static |
Definition at line 30 of file class.arFieldCache.php.
References arFieldList\getInstance().
|
static |
Definition at line 35 of file class.arFieldCache.php.
References arFieldList\getInstanceFromStorage().
|
staticprotected |
Definition at line 23 of file class.arFieldCache.php.