Пример #1
0
 /**
  * Return list of the modes allowed by default
  *
  * @return array
  */
 protected function getDefaultModes()
 {
     $list = parent::getDefaultModes();
     $list[] = 'search_featured_products';
     return $list;
 }