ArrayRule
class ArrayRule implements Stringable (View source)
Properties
protected array | $keys | The accepted keys. |
Methods
string
__toString()
Convert the rule to a validation string.
Details
__construct(Arrayable|array|null $keys = null)
Create a new array rule instance.
string
__toString()
Convert the rule to a validation string.