Public Member Functions | Data Fields

count_down Class Reference

Inheritance diagram for count_down:
widgetFramework

Public Member Functions

 __construct ($widgetId, $widgetInstanceId, $pageId)
 initWidget ()
 For widget initialization.
 getCommonHTML ()
 For retrieving the widget output which is common for all instances of same widget.
 getHTML ()
 For retrieving the widget output.

Data Fields

 $configs
 $timeformat
 $globaldisable
 $date
 $event
 $format

Detailed Description

Definition at line 22 of file widget.class.php.


Constructor & Destructor Documentation

__construct ( widgetId,
widgetInstanceId,
pageId 
)

Definition at line 31 of file widget.class.php.


Member Function Documentation

getCommonHTML (  ) 

For retrieving the widget output which is common for all instances of same widget.

Reimplemented from widgetFramework.

Definition at line 77 of file widget.class.php.

getHTML (  ) 

For retrieving the widget output.

Converting to proper format

Reimplemented from widgetFramework.

Definition at line 143 of file widget.class.php.

initWidget (  ) 

For widget initialization.

Reimplemented from widgetFramework.

Definition at line 69 of file widget.class.php.


Field Documentation

$configs

Definition at line 24 of file widget.class.php.

$date

Definition at line 27 of file widget.class.php.

$event

Definition at line 28 of file widget.class.php.

$format

Definition at line 29 of file widget.class.php.

$globaldisable

Definition at line 26 of file widget.class.php.

$timeformat

Definition at line 25 of file widget.class.php.


The documentation for this class was generated from the following file: