コード例 #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
ファイル: NamedFormItem.php プロジェクト: budeci/owl52
 public function getParams()
 {
     return parent::getParams() + ['name' => $this->name(), 'label' => $this->label(), 'readonly' => $this->readonly(), 'value' => $this->value()];
 }
コード例 #3
0
ファイル: Columns.php プロジェクト: vuthaihoc/soa-sentinel
 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()];
 }