W3cubDocs

/Laravel 5.8

In

class In (View source)

Properties

protected $rule The name of the rule.
protected array $values The accepted values.

Methods

void __construct(array $values)

Create a new in rule instance.

string __toString()

Convert the rule to a validation string.

Details

void __construct(array $values)

Create a new in rule instance.

Parameters

array $values

Return Value

void

string __toString()

Convert the rule to a validation string.

Return Value

string

See also

ValidationRuleParser::parseParameters

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Validation/Rules/In.html