예제 #1
0
 /**
  * @inheritdoc
  */
 public function build()
 {
     $control = array_merge(parent::build(), ['multiple' => $this->multiple, 'placeholder' => $this->placeholder, 'groups' => $this->renderGroups(), 'elementOptions' => $this->elementOptions, 'plugins' => $this->plugins]);
     return $control;
 }