Documentation

MinLength extends AbstractValidator
in package

FinalYes

Provides support for configuring the minimum length 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

Methods

__construct()

public __construct(int $minLen[, string|Stringable $message = "Minimum length validation failed" ]) : mixed
Parameters
$minLen : int
$message : string|Stringable = "Minimum length validation failed"

isValid()

public isValid() : bool
Return values
bool

        
On this page

Search results