Cassandra\Rows::offsetSet PHP Method

offsetSet() public method

Sets a row at given index.
See also: ArrayAccess::offsetSet()
public offsetSet ( integer $offset, array $value ) : void
$offset integer row index
$value array row value
return void
    public function offsetSet($offset, $value)
    {
    }