option() option( $value, $label, boolean $disabled = false) : $this 设置的选项 Parameters $value $label boolean $disabled Returns $this
options() options(array $options, boolean $disabled = false) : $this 批量设置的选项 Parameters array $options boolean $disabled Returns $this
setOptions() setOptions( $options, boolean $disabled = false) : $this 批量设置选项 支持匿名函数 Parameters $options boolean $disabled Returns $this
__construct() __construct(String $field, String $title, String $value = null) FormComponentDriver constructor. Parameters String $field 字段名 String $title 字段昵称 String $value 字段值
required() required(string $message = null, string $trigger = 'change') : $this Parameters string $message string $trigger Returns $this
__call() __call( $name, $arguments) : $this 设置组件属性 Parameters $name $arguments Throws \Exception Returns $this
setRequired() setRequired(null $message = '', $trigger = 'change', $type = null) : $this 设置组件的值为必填 Parameters null $message $trigger $type Returns $this