/**
  * Does nothing (usually)
  * Required by the ArrayAccess implementation
  *
  * @param string $offset
  * @param mixed $value
  */
 public function offsetSet($offset, $value)
 {
     return $this->_matchRowset->offsetSet($offset, $value);
 }