Cassandra\Collection::add PHP Method

add() public method

Adds one or more values to this collection.
public add ( $value ) : integer
return integer total number of values in this collection
    public function add($value)
    {
    }