Max
extends AbstractValidator
in package
FinalYes
Provides support for configuring the max value of a property.
Attributes
- #[Attribute]
- \Attribute::TARGET_PROPERTY
Table of Contents
Properties
- $propVal : mixed
- The property's value.
Methods
- __construct() : mixed
- getMessage() : string
- isValid() : bool
Properties
$propVal
The property's value.
public
mixed
$propVal
Methods
__construct()
public
__construct(int|float $max[, string|Stringable $message = "Value is greater than the maximum" ]) : mixed
Parameters
- $max : int|float
- $message : string|Stringable = "Value is greater than the maximum"
getMessage()
public
getMessage() : string
Return values
stringisValid()
public
isValid() : bool