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
| array | $cache_container_Widget_array | Cache by container |
| boolean | $load_enabled_only | Indicates whether to load enabled widgets only. |
[ Top ]
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 ]
Properties
Methods
Constructor WidgetCache [line 58]
|
Constructor
Parameters:| boolean | $enabled_only: | Load enabled widgets only? |
[ Top ]
get_by_coll_container [line 145]
|
| integer | $coll_ID: | Collection (blog) ID |
| string | $container: | Container |
API Tags:
| Return: | of Widget |
[ Top ]
get_by_coll_ID [line 69]
|
| integer | $coll_ID: | Collection (blog) ID |
API Tags:
| Return: | of coll_ID => array of container_name => array of Widget |
[ Top ]
new_obj [line 112]
|
Instanciate a new object within this cache
Parameters:| $row: |
Redefinition of:
- DataObjectCache::new_obj()
- Instanciate a new object within this cache
[ Top ]
