|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class arFieldCache. More...
Collaboration diagram for arFieldCache:Static Public Member Functions | |
| static | isCached (ActiveRecord $ar) |
| static | store (ActiveRecord $ar) |
| static | storeFromStorage ($storage_class_name, arStorageInterface $foreign_model) |
| static | get (ActiveRecord $ar) |
| static | purge (ActiveRecord $ar) |
| static | getPrimaryFieldName (ActiveRecord $ar) |
| static | getPrimaryFieldType (ActiveRecord $ar) |
Static Protected Attributes | |
| static | $cache = array() |
|
static |
| ActiveRecord | $ar |
Definition at line 58 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 |
| ActiveRecord | $ar |
Definition at line 82 of file class.arFieldCache.php.
References get().
Referenced by ActiveRecord\create(), arConnectorDB\delete(), arViewFields\getPrimaryField(), 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 |
| ActiveRecord | $ar |
Definition at line 93 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 |
| ActiveRecord | $ar |
Definition at line 25 of file class.arFieldCache.php.
|
static |
| ActiveRecord | $ar |
Definition at line 71 of file class.arFieldCache.php.
|
static |
| ActiveRecord | $ar |
Definition at line 34 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 |
| $storage_class_name | ||
| \ActiveRecord | \arStorageInterface | $foreign_model |
Definition at line 47 of file class.arFieldCache.php.
References arFieldList\getInstanceFromStorage().
Here is the call graph for this function:
|
staticprotected |
Definition at line 17 of file class.arFieldCache.php.