On this page
Enum
class Enum implements Rule (View source)
Properties
protected string | $type | The type of the enum. |
Methods
void | __construct(string $type) Create a new rule instance. |
|
bool | passes(string $attribute, mixed $value) Determine if the validation rule passes. |
|
string|array | message() Get the validation error message. |
Details
void __construct(string $type)
Create a new rule instance.
bool passes(string $attribute, mixed $value)
Determine if the validation rule passes.
string|array message()
Get the validation error message.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Validation/Rules/Enum.html