Cassandra\Set::add PHP Méthode

add() public méthode

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