FormSubmission
The result of a bind: the normalized (typed where valid, raw-or-null where invalid/absent) `values` for every field, plus the `validation` outcome. This is what a later dispatch seam consumes — never this package.
FormSubmission::__construct()
public function __construct(array $values, Milpa\Live\Schema\ValidationResult $validation):Parameters
| Name | Type | Description |
|---|---|---|
| $values | array<string, mixed> | |
| $validation | Milpa\Live\Schema\ValidationResult |