Cassandra\Collection::add PHP Méthode

add() public méthode

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