Class: coll_related_post_list_Widget
Source Location: /blogs/inc/widgets/widgets/_coll_related_post_list.widget.php
Class coll_related_post_list_Widget
Class Overview
|
ComponentWidget Class A ComponentWidget is a displayable entity that can be placed into a Container on a web page. Located in /blogs/inc/widgets/widgets/_coll_related_post_list.widget.php [line 37] DataObject | --ComponentWidget | --coll_item_list_Widget | --coll_related_post_list_WidgetAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From ComponentWidget Inherited From DataObject |
Inherited From coll_item_list_Widget
Inherited From ComponentWidget
Inherited From DataObject
|
[ Top ]
Method Summary
| coll_related_post_list_Widget | coll_related_post_list_Widget() | Constructor |
| void | get_desc() | Get short description |
| void | get_name() | Get name of widget |
| void | get_param_definitions() | Get definitions for editable params |
| void | get_short_desc() | Get a very short desc. Used in the widget list. |
| void | init_display() | Prepare display params |
[ Top ]
Properties
Methods
Constructor coll_related_post_list_Widget [line 42]
|
Constructor
Parameters:| $db_row: |
[ Top ]
get_desc [line 97]
|
Get short description
Redefinition of:
- coll_item_list_Widget::get_desc()
- Get short description
[ Top ]
get_name [line 79]
|
Get name of widget
Redefinition of:
- coll_item_list_Widget::get_name()
- Get name of widget
[ Top ]
get_param_definitions [line 55]
|
Get definitions for editable params
Parameters:| local | $params: | params like 'for_editing' => true |
API Tags:
| See: | Plugin::GetDefaultSettings() |
Redefinition of:
- coll_item_list_Widget::get_param_definitions()
- Get definitions for editable params
[ Top ]
get_short_desc [line 88]
|
Get a very short desc. Used in the widget list.
Redefinition of:
- coll_item_list_Widget::get_short_desc()
- Get a very short desc. Used in the widget list.
[ Top ]
init_display [line 108]
|
Prepare display params
Parameters:| array | $params: | MUST contain at least the basic display params |
Redefinition of:
- ComponentWidget::init_display()
- Prepare display params
[ Top ]
