Cassandra\Set::add PHP Method

add() public method

Adds a value to this set.
public add ( mixed $value ) : boolean
$value mixed Value
return boolean whether the value has been added
    public function add($value)
    {
    }