Cassandra\Type\Collection::create PHP Method

create() public method

Creates a new Cassandra\Collection from the given values.
public create ( $value = null ) : Cassandra\Collection
return Cassandra\Collection A list with given values.
    public function create($value = null)
    {
    }