Cassandra\Collection::add PHP 메소드

add() 공개 메소드

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