class SeeInOrder extends Constraint (View source)
protected string | $content | The string under validation. | |
protected string | $failedValue | The last value that failed to pass validation. |
void | __construct(string $content) Create a new constraint instance. | |
bool | matches(array $values) Determine if the rule passes validation. | |
string | failureDescription(array $values) Get the description of the failure. | |
string | toString() Get a string representation of the object. |
Create a new constraint instance.
Determine if the rule passes validation.
Get the description of the failure.
Get a string representation of the object.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Testing/Constraints/SeeInOrder.html