Cartalyst\Sentinel\Roles\RoleableInterface::inRole PHP Method

inRole() public method

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