Recalculates the hash for the row.
public function rehash() { $this->idMap['original_hash'] = $this->idMap['hash']; $this->idMap['hash'] = hash('sha256', serialize($this->source)); }