W3cubDocs

/Laravel 5.8

RequiredIf

class RequiredIf (View source)

Properties

callable|bool $condition The condition that validates the attribute.

Methods

void __construct(callable|bool $condition)

Create a new required validation rule based on a condition.

string __toString()

Convert the rule to a validation string.

Details

void __construct(callable|bool $condition)

Create a new required validation rule based on a condition.

Parameters

callable|bool $condition

Return Value

void

string __toString()

Convert the rule to a validation string.

Return Value

string

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