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