Documentation

Min
in package
implements ValidatorInterface, MessageGetterInterface

FinalYes

Provides support for configuring the min value of a property.

Attributes
#[Attribute]
\Attribute::TARGET_PROPERTY

Table of Contents

Interfaces

ValidatorInterface
MessageGetterInterface

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 $min[, string|Stringable $message = "Value is less than the minimum" ]) : mixed
Parameters
$min : int|float
$message : string|Stringable = "Value is less than the minimum"

getMessage()

public getMessage() : string
Return values
string

isValid()

public isValid() : bool
Return values
bool

        
On this page

Search results