Ejemplo n.º 1
0
 /**
  * Get allowed options for this element.
  *
  * @return array
  */
 public function getAllowedOptions()
 {
     return array_merge(parent::getAllowedOptions(), ['buttonTitle']);
 }
Ejemplo n.º 2
0
 /**
  * Get allowed options for this element.
  *
  * @return array
  */
 public function getAllowedOptions()
 {
     return array_merge(parent::getAllowedOptions(), ['elementOptions', 'disabledOptions', 'using', 'hasEmptyValue']);
 }
Ejemplo n.º 3
0
 /**
  * Get allowed options for this element.
  *
  * @return array
  */
 public function getAllowedOptions()
 {
     return array_merge(parent::getAllowedOptions(), ['checked']);
 }