Can
class Can implements Rule, ValidatorAwareRule
Properties
| protected Validator|null | $validator | The current validator instance. |
Methods
__construct(string $ability, array $arguments = [])
Constructor.
bool
passes(string $attribute, mixed $value)
Determine if the validation rule passes.
array|string
message()
Get the validation error message.
Details
at line 25
__construct(string $ability, array $arguments = [])
Constructor.
at line 36
bool
passes(string $attribute, mixed $value)
Determine if the validation rule passes.
at line 48
array|string
message()
Get the validation error message.
at line 60
ValidatorAwareRule
setValidator(Validator $validator)
Set the current validator.