Example #1
0
 /**
  * Returns the list of targets where this widget is available
  *
  * @return void
  */
 public static function getAllowedTargets()
 {
     $list = parent::getAllowedTargets();
     $list[] = 'featured_products';
     return $list;
 }