GreaterThan
class GreaterThan implements Rule
Properties
protected mixed | $compare | The value to compare. |
Methods
__construct($compare)
Create a new instance.
bool
passes(string $attribute, mixed $value)
Determine if the validation rule passes.
string
message()
Get the validation error message.
Details
at line 19
__construct($compare)
Create a new instance.
at line 31
bool
passes(string $attribute, mixed $value)
Determine if the validation rule passes.
at line 41
string
message()
Get the validation error message.