InputInterface
interface InputInterface
Input interface.
Methods
array
getInput()
Returns the input to validate.
array
getRules()
Returns the validation rules.
array
getExtensions()
Returns an array of validator extensions.
string|null
getErrorMessage()
Returns the error message.
Details
at line 24
array
getInput()
Returns the input to validate.
at line 31
array
getRules()
Returns the validation rules.
at line 38
array
getExtensions()
Returns an array of validator extensions.
at line 45
addConditionalRules(Validator $validator)
Adds conditional rules to the validator.
at line 52
string|null
getErrorMessage()
Returns the error message.