Umfragen
widget.class.php File Reference

Go to the source code of this file.

Data Structures

interface  iWidget
interface  input_widget
interface  output_widget
interface  countable_widget
 implemented on widgets which are countable and chartable More...
interface  chartable_widget

Functions

 widgetFactory ($type)
 makes a new widget according to a type string

Function Documentation

widgetFactory (   $type)

makes a new widget according to a type string

Parameters
$typethe widget type to make a widget of
Returns
widget

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