Authorizable
interface Authorizable (View source)
Methods
authorize(UnitEnum|string $ability, mixed $arguments = [])
Determine if the given ability should be granted for the entity.
bool
can(iterable|string $abilities, mixed $arguments = [])
Determine if the entity has a given ability.
Details
Response
authorize(UnitEnum|string $ability, mixed $arguments = [])
Determine if the given ability should be granted for the entity.
bool
can(iterable|string $abilities, mixed $arguments = [])
Determine if the entity has a given ability.