示例#1
0
 /**
  * Get allowed options for this element.
  *
  * @return array
  */
 public function getAllowedOptions()
 {
     return array_merge(parent::getAllowedOptions(), ['buttonTitle']);
 }
示例#2
0
文件: Select.php 项目: biggtfish/cms
 /**
  * Get allowed options for this element.
  *
  * @return array
  */
 public function getAllowedOptions()
 {
     return array_merge(parent::getAllowedOptions(), ['elementOptions', 'disabledOptions', 'using', 'hasEmptyValue']);
 }
示例#3
0
 /**
  * Get allowed options for this element.
  *
  * @return array
  */
 public function getAllowedOptions()
 {
     return array_merge(parent::getAllowedOptions(), ['checked']);
 }