You are here

protected function RateWidget::init in Rate 7.2

Initialize the widget.

This function is used to set additional elements after the widget is loaded and results have been fetched.

1 call to RateWidget::init()
RateWidget::__construct in classes/widget.inc
Create a new Rate widget.
1 method overrides RateWidget::init()
RateDefaultWidget::init in classes/default.inc
Initialize the widget.

File

classes/widget.inc, line 222

Class

RateWidget

Code

protected function init() {
}