Cartalyst\Sentinel\Roles\RoleableInterface::inRole PHP Méthode

inRole() public méthode

Checks if the user is in the given role.
public inRole ( mixed $role ) : boolean
$role mixed
Résultat boolean
    public function inRole($role);
RoleableInterface