/**
  * 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());
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
 }