CanValidateMultiForm
Table of Contents
- validateCED() : Result
- Validates a "Create Edit Delete" input
Methods
validateCED()
Validates a "Create Edit Delete" input
public
validateCED(string $name, array<string|int, mixed> $rules) : Result
Parameters
- $name : string
-
Name of the input field
- $rules : array<string|int, mixed>
-
Array of rules for validating
Return values
Result —Result of the validation. Needed to perform response actions