class Uuid4 implementsRule

Methods

bool
passes(string$attribute,mixed$value)

Determine if the validation rule passes.

string
message()

Get the validation error message.

Details

at line16
bool passes(string$attribute,mixed$value)

Determine if the validation rule passes.

Parameters

string $attribute
mixed $value

Return Value

bool

at line26
string message()

Get the validation error message.

Return Value

string