Пример #1
0
 public function build()
 {
     parent::build();
 }
Пример #2
0
 public function build()
 {
     $res = parent::build();
     return array_merge($res, ['collection' => $this->_exports->build()]);
 }
Пример #3
0
 public function build()
 {
     $ret = parent::build();
     return array_merge($ret, ['controls' => $this->_controls->build()]);
 }
Пример #4
0
 public function build()
 {
     return array_merge(parent::build(), ['value' => $this->value]);
 }
Пример #5
0
 public function build()
 {
     return array_merge(parent::build(), ['buttons' => $this->buttons]);
 }
Пример #6
0
 public function build()
 {
     return array_merge(parent::build(), ['text' => $this->text, 'button' => $this->button, 'collection' => $this->collection, 'pageSize' => $this->pageSize, 'pageCount' => $this->pageCount, 'page' => $this->page]);
 }
Пример #7
0
 public function build()
 {
     $res = parent::build();
     return array_merge($res, ['text' => $this->text ?: Yii::t('actives', 'Search'), 'value' => $this->value, 'characters' => $this->characters, 'delay' => $this->delay]);
 }