/** * Constructor * * @return void **/ public function __construct() { $id_base = 'image-product-listing'; $name = 'Product and image listing widget'; $widget_options = array('classname' => 'image-product-listing', 'description' => 'Creates a listing of products with a banner image'); parent::__construct($id_base, $name, $widget_options, $control_options = array()); }
public function __construct() { parent::__construct(); }