Min implements Rule
Interfaces, Classes and Traits
Table of Contents
- $min : int|float
- __construct() : mixed
- Initializing the rule
- check() : bool
- Checking the value with the given rule
- format() : string
- Get a string representation of the rule and parameters
Properties
$min
protected
int|float
$min
Methods
__construct()
Initializing the rule
public
__construct(int|float $number) : mixed
Parameters
- $number : int|float
-
Minimum number
Return values
mixed —check()
Checking the value with the given rule
public
check(mixed $value) : bool
Parameters
- $value : mixed
-
The value to validate
Return values
bool —Validated or not
format()
Get a string representation of the rule and parameters
public
format() : string
Return values
string —Rule name and the parameter list shoud be spearated by a colon and parameter list should be separated by commas. Example:- in:outdoor,indoor