Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function render()
 {
     $this->data['widgetOptions'] = $this->widgetOptions->count() ? $this->widgetOptions->render() : null;
     return parent::render();
 }
Пример #2
0
 /**
  * @return string
  */
 public function render()
 {
     return $this->element->render() . $this->options->render();
 }