class DoesntContain implements Stringable

Properties

protected array $values

The values that should not be contained in the attribute.

Methods

__construct(array|Arrayable|BackedEnum|string|UnitEnum $values)

Create a new doesnt_contain rule instance.

string
__toString()

Convert the rule to a validation string.

Details

at line 24
__construct(array|Arrayable|BackedEnum|string|UnitEnum $values)

Create a new doesnt_contain rule instance.

Parameters

array|Arrayable|BackedEnum|string|UnitEnum $values

at line 36
string __toString()

Convert the rule to a validation string.

Return Value

string