class KnowledgeTransferVolume implements Rule

Methods

bool
passes(string $attribute, mixed $value)

Determine if the validation rule passes.

string
message()

Get the validation error message.

Details

at line 18
bool passes(string $attribute, mixed $value)

Determine if the validation rule passes.

Parameters

string $attribute
mixed $value

Return Value

bool

at line 37
string message()

Get the validation error message.

Return Value

string