Silber\Bouncer\Database\HasRoles::isNot PHP Method

isNot() public method

Alias for the "isNotAn" method.
public isNot ( string $role ) : boolean
$role string
return boolean
    public function isNot($role)
    {
        return call_user_func_array([$this, 'isNotAn'], func_get_args());
    }