Пример #1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     if (isset($this->section)) {
         $this->icon = $this->section->icon;
         $this->title = $this->section->sectionTitle;
     }
     if (isset($this->collectorItem)) {
         $this->collectorItem->registerMultiple($this, $this->defaultItems());
     }
 }
Пример #2
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     Html::addCssClass($this->htmlOptions, 'ic-watching-widget');
     parent::init();
 }