NAME
Input::Validator::Constraint::In - In constraint
SYNOPSIS
$validator->field('order')->in(1, 2, 3);
DESCRIPTION
Checks whether the value contains in the array provided.
METHODS
is_valid
Validates the constraint.
Input::Validator::Constraint::In - In constraint
$validator->field('order')->in(1, 2, 3);
Checks whether the value contains in the array provided.
is_valid
Validates the constraint.