Exemplo n.º 1
0
 /** @inheritdoc */
 public function jsonSerialize()
 {
     return ArrayHelper::merge(parent::jsonSerialize(), ['widget' => $this->widget, 'widgetConfig' => $this->widgetConfig, 'modifiers' => $this->modifiers, 'elements' => $this->elements]);
 }
Exemplo n.º 2
0
 /** @inheritdoc */
 public function jsonSerialize()
 {
     return ArrayHelper::merge(parent::jsonSerialize(), ['modifiers' => $this->modifiers]);
 }