Class: linkblog_Widget
Source Location: /blogs/inc/widgets/widgets/_linkblog.widget.php
Class linkblog_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/_linkblog.widget.php [line 37] DataObject | --ComponentWidget | --linkblog_WidgetAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From ComponentWidget Inherited From DataObject |
Inherited From ComponentWidget
Inherited From DataObject
|
[ Top ]
Method Summary
| linkblog_Widget | linkblog_Widget() | Constructor |
| void | display() | Display the widget! |
| void | get_desc() | Get short description |
| void | get_name() | Get name of widget |
| void | get_param_definitions() | Get definitions for editable params |
[ Top ]
Properties
Methods
Constructor linkblog_Widget [line 42]
|
Constructor
Parameters:| $db_row: |
[ Top ]
display [line 108]
|
Display the widget!
Parameters:| array | $params: | MUST contain at least the basic display params |
Redefinition of:
- ComponentWidget::display()
- Display the widget!
[ Top ]
get_desc [line 62]
|
Get short description
Redefinition of:
- ComponentWidget::get_desc()
- Get desc of widget
[ Top ]
get_name [line 52]
|
Get name of widget
Redefinition of:
- ComponentWidget::get_name()
- Get name of widget
[ Top ]
get_param_definitions [line 74]
|
Get definitions for editable params
Parameters:| local | $params: | params like 'for_editing' => true |
API Tags:
| See: | Plugin::GetDefaultSettings() |
Redefinition of:
- ComponentWidget::get_param_definitions()
- Get definitions for editable params
[ Top ]
