ILIAS
Release_5_0_x_branch Revision 61816
|
Class arFieldCache. More...
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().
|
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().
|
static |
ActiveRecord | $ar |
Definition at line 89 of file class.arFieldCache.php.
References get().
Referenced by arConnectorDB\delete(), arConnectorDB\read(), and arConnectorDB\update().
|
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().
|
static |
$storage_class_name | ||
\ActiveRecord | \arStorageInterface | $foreign_model |
Definition at line 44 of file class.arFieldCache.php.
References arFieldList\getInstanceFromStorage().
|
staticprotected |
Definition at line 16 of file class.arFieldCache.php.