void setFallbackMessages(array $messages) Set the fallback messages for the validator. Parameters array $messages Return Value void
$this setRules(array $rules) Set the validation rules. Parameters array $rules Return Value $this
void setPresenceVerifier(PresenceVerifierInterface $presenceVerifier) Set the Presence Verifier implementation. Parameters PresenceVerifierInterface $presenceVerifier Return Value void
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void
bool passes() Determine if the data passes the validation rules. Return Value bool
$this setAttributeNames(array $attributes) Set the custom attributes on the validator. Parameters array $attributes Return Value $this
array parseData(array $data) Parse the data array. Parameters array $data Return Value array
void setCustomMessages(array $messages) Set the custom messages for the validator. Parameters array $messages Return Value void
bool isAValidFileInstance(mixed $value) Check that the given value is a valid file instance. Parameters mixed $value Return Value bool
Page 27 of 996