__call() __call( $name, $arguments) : $this 设置组件属性 Parameters $name $arguments Throws \Exception Returns $this
__construct() __construct(String $field, String $title, String $value = null) FormComponentDriver constructor. Parameters String $field 字段名 String $title 字段昵称 String $value 字段值
setRequired() setRequired(null $message = '', $trigger = 'change', $type = null) : $this 设置组件的值为必填 Parameters null $message $trigger $type Returns $this