In
class In
Properties
protected | $rule | The name of the rule. |
|
protected array | $values | The accepted values. |
Methods
void
__construct(array $values)
Create a new in rule instance.
string
__toString()
Convert the rule to a validation string.
Details
at line 25
void
__construct(array $values)
Create a new in rule instance.
at line 35
string
__toString()
Convert the rule to a validation string.