ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 58 of file class.arFieldCache.php.
Referenced by ActiveRecord\__construct(), and ActiveRecord\getArFieldList().
|
static |
ActiveRecord | $ar |
Definition at line 82 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 93 of file class.arFieldCache.php.
Referenced by arConnectorDB\delete(), arConnectorDB\read(), and arConnectorDB\update().
|
static |
|
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().
|
static |
$storage_class_name | ||
\ActiveRecord | \arStorageInterface | $foreign_model |
Definition at line 47 of file class.arFieldCache.php.
References arFieldList\getInstanceFromStorage().
|
staticprotected |
Definition at line 17 of file class.arFieldCache.php.