Пример #1
0
 /**
  * Get allowed options for this element.
  *
  * @return array
  */
 public function getAllowedOptions()
 {
     return array_merge(parent::getAllowedOptions(), ['buttonTitle']);
 }
Пример #2
0
 /**
  * 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']);
 }