Class: coll_common_links_Widget
Source Location: /blogs/inc/widgets/widgets/_coll_common_links.widget.php
Class coll_common_links_Widget
Class Overview
|
ComponentWidget: Common navigation links. A ComponentWidget is a displayable entity that can be placed into a Container on a web page. Located in /blogs/inc/widgets/widgets/_coll_common_links.widget.php [line 41] DataObject | --ComponentWidget | --coll_common_links_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
| coll_common_links_Widget | coll_common_links_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 |
| void | get_short_desc() | Get a very short desc. Used in the widget list. |
[ Top ]
Properties
Methods
Constructor coll_common_links_Widget [line 46]
|
Constructor
Parameters:| $db_row: |
[ Top ]
display [line 167]
|
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 74]
|
Get short description
Redefinition of:
- ComponentWidget::get_desc()
- Get desc of widget
[ Top ]
get_name [line 56]
|
Get name of widget
Redefinition of:
- ComponentWidget::get_name()
- Get name of widget
[ Top ]
get_param_definitions [line 86]
|
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 ]
get_short_desc [line 65]
|
Get a very short desc. Used in the widget list.
Redefinition of:
- ComponentWidget::get_short_desc()
- Get a very short desc. Used in the widget list.
[ Top ]
