NotBlank
Requires the property’s value to be present and non-empty.
Backed by Quiote\Validator\IsNotEmptyValidator.
Synopsis
Section titled “Synopsis”final class NotBlank
| Since | 1.0.0 |
| Source | Request/Attribute/Constraint/NotBlank.php |
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
$message | ?``string | readonly. |
Constructor
Section titled “Constructor”__construct()
Section titled “__construct()”public function __construct(?string $message = null): mixed
| Parameter | Type | Description |
|---|---|---|
$message | ?``string |
Returns mixed