void setPresenceVerifier(PresenceVerifierInterface $presenceVerifier) Set the Presence Verifier implementation. Parameters PresenceVerifierInterface $presenceVerifier Return Value void
void setFallbackMessages(array $messages) Set the fallback messages for the validator. Parameters array $messages Return Value void
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
$this setData(array $data) Set the data under validation. Parameters array $data Return Value $this
void setCustomMessages(array $messages) Set the custom messages for the validator. Parameters array $messages Return Value void
void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void
$this setAttributeNames(array $attributes) Set the custom attributes on the validator. Parameters array $attributes Return Value $this
bool passes() Determine if the data passes the validation rules. Return Value bool
array parseData(array $data) Parse the data array. Parameters array $data Return Value array
MessageBag messages() Get the message container for the validator. Return Value MessageBag
Page 27 of 996