Cassandra\Set::has PHP Method

has() public method

Returns whether a value is in this set.
public has ( mixed $value ) : boolean
$value mixed Value
return boolean whether the value is in the set
    public function has($value)
    {
    }