ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 54 of file class.arFieldCache.php.
Referenced by ActiveRecord\__construct(), and ActiveRecord\getArFieldList().
|
static |
ActiveRecord | $ar |
Definition at line 76 of file class.arFieldCache.php.
Referenced by ActiveRecord\create(), arConnectorDB\delete(), arViewFields\getPrimaryField(), ActiveRecord\getPrimaryFieldValue(), arConnectorDB\read(), ActiveRecord\setPrimaryFieldValue(), ActiveRecord\store(), and arConnectorDB\update().
|
static |
ActiveRecord | $ar |
Definition at line 86 of file class.arFieldCache.php.
Referenced by arConnectorDB\delete(), arConnectorDB\read(), and arConnectorDB\update().
|
static |
|
static |
ActiveRecord | $ar |
Definition at line 66 of file class.arFieldCache.php.
|
static |
ActiveRecord | $ar |
Definition at line 32 of file class.arFieldCache.php.
References arFieldList\getInstance().
|
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.