Skip to content

Choice

Requires the property’s value to be one of a fixed allowlist.

Backed by Quiote\Validator\InarrayValidator.

final class Choice

Since1.0.0
SourceRequest/Attribute/Constraint/Choice.php
PropertyTypeDescription
$message?``stringreadonly.
$valuesarrayreadonly.

public function __construct(array<int, string|int|float> $values, ?string $message = null): mixed

ParameterTypeDescription
$values`array<int, string“int
$message?``string

Returns mixed