Required
extends AbstractValidator
in package
FinalYes
Provides support for marking a property as requiring a value.
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([string|Stringable $message = "Required value" ]) : mixed
Parameters
- $message : string|Stringable = "Required value"
getMessage()
public
getMessage() : string
Return values
stringisValid()
public
isValid() : bool