예제 #1
0
 public function getParams()
 {
     return parent::getParams() + ['name' => $this->name(), 'label' => $this->label(), 'readonly' => $this->readonly(), 'value' => $this->value(), 'required_field' => $this->isRequired(), 'lang' => $this->lang()];
 }
예제 #2
0
 public function getParams()
 {
     return parent::getParams() + ['name' => $this->name(), 'label' => $this->label(), 'readonly' => $this->readonly(), 'value' => $this->value()];
 }
예제 #3
0
 public function getParams()
 {
     return parent::getParams() + ['columns' => $this->columns()];
 }
예제 #4
0
파일: Seo.php 프로젝트: agelxnash/owl-admin
 public function getParams()
 {
     return parent::getParams() + ['value' => $this->values(), 'options' => $this->options()];
 }