|
ILIAS
Release_5_0_x_branch Revision 61816
|
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 57 of file class.arFieldCache.php.
References store().
Referenced by 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 79 of file class.arFieldCache.php.
References get().
Referenced by arConnectorDB\delete(), arViewFields\getPrimaryField(), ActiveRecord\getPrimaryFieldValue(), arConnectorDB\read(), ActiveRecord\setPrimaryFieldValue(), 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 89 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 24 of file class.arFieldCache.php.
|
static |
| ActiveRecord | $ar |
Definition at line 69 of file class.arFieldCache.php.
|
static |
| ActiveRecord | $ar |
Definition at line 32 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 44 of file class.arFieldCache.php.
References arFieldList\getInstanceFromStorage().
Here is the call graph for this function:
|
staticprotected |
Definition at line 16 of file class.arFieldCache.php.