Class: GenericCache
Source Location: /blogs/inc/generic/model/_genericcache.class.php
Class GenericCache
Class Overview
|
GenericCache Class Located in /blogs/inc/generic/model/_genericcache.class.php [line 42] DataObjectCache | --GenericCacheAuthor(s):
|
[ Top ]
Direct descendents
| Child Class | Description |
|---|---|
| GenericOrderedCache | GenericOrderedCache Class |
| GenericCategoryCache | GenericCategoryCache class |
[ Top ]
Inherited Properties, Constants, and Methods
[ Top ]
Method Summary
| GenericCache | GenericCache() | Constructor |
| void | &new_obj() | Instanciate a new object within this cache |
[ Top ]
Properties
Methods
Constructor GenericCache [line 47]
|
Constructor
Parameters:| $objtype: | ||
| $load_all: | ||
| $tablename: | ||
| $prefix: | ||
| $dbIDname: | ||
| $name_field: | ||
| $order_by: | ||
| $allow_none_text: |
[ Top ]
new_obj [line 58]
|
Instanciate a new object within this cache
Parameters:| object|NULL | $row: |
Redefinition of:
- DataObjectCache::new_obj()
- Instanciate a new object within this cache
Redefined in descendants as:
- ChapterCache::new_obj() : Instanciate a new object within this cache
[ Top ]
