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.