Beispiel #1
0
 public function multiSelect($options = [])
 {
     $this->parts['{input}'] = MultiSelect::widget(array_merge($options, ['model' => $this->model, 'attribute' => $this->attribute]));
     return $this;
 }