Пример #1
0
 /**
  * Define view list
  *
  * @param string $list List name
  *
  * @return array
  */
 protected function defineViewList($list)
 {
     $result = parent::defineViewList($list);
     if ($this->getListName() . '.footer' === $list) {
         $result[] = $this->getWidget(array('label' => 'Add featured products'), '\\XLite\\View\\Button\\Submit');
     }
     return $result;
 }