|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
Class arFieldCache. More...
Collaboration diagram for arFieldCache: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.
References store().
Referenced by ActiveRecord\__construct(), ActiveRecord\getArFieldList(), getPrimaryFieldName(), and getPrimaryFieldType().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 54 of file class.arFieldCache.php.
References get().
Referenced by ActiveRecord\create(), arConnectorDB\delete(), ActiveRecord\getPrimaryFieldValue(), arConnectorDB\read(), ActiveRecord\setPrimaryFieldValue(), ActiveRecord\store(), and arConnectorDB\update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 62 of file class.arFieldCache.php.
References get().
Referenced by arConnectorDB\delete(), arConnectorDB\read(), and arConnectorDB\update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Referenced by get().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 35 of file class.arFieldCache.php.
References arFieldList\getInstanceFromStorage().
Here is the call graph for this function:
|
staticprotected |
Definition at line 23 of file class.arFieldCache.php.