Cassandra\Set::has PHP Метод

has() публичный Метод

Returns whether a value is in this set.
public has ( mixed $value ) : boolean
$value mixed Value
Результат boolean whether the value is in the set
    public function has($value)
    {
    }