Replace the data of the object with the value of an array
array $data Associative array of data:
Collection Returns a reference to the object
public function replace(array $data) { $this->data = $data; return $this; }