Class: WidgetCache
Source Location: /blogs/inc/widgets/model/_widgetcache.class.php
Class WidgetCache
Class Overview
|
Widget Cache Class Located in /blogs/inc/widgets/model/_widgetcache.class.php [line 39] DataObjectCache | --WidgetCacheAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
[ Top ]
Property Summary
Method Summary
| WidgetCache | WidgetCache() | Constructor |
| array | &get_by_coll_container() | |
| array | &get_by_coll_ID() | |
| void | &new_obj() | Instanciate a new object within this cache |
[ Top ]
Methods
get_by_coll_container [line 127]
|
| integer | $coll_ID: | |
| string | $container: |
API Tags:
| Return: | of Widget |
[ Top ]
get_by_coll_ID [line 60]
|
| integer | $coll_ID: |
API Tags:
| Return: | of coll_ID => array of container_name => array of Widget |
[ Top ]
new_obj [line 97]
|
Instanciate a new object within this cache
Parameters:| $row: |
Redefinition of:
- DataObjectCache::new_obj()
- Instanciate a new object within this cache
[ Top ]
