Sets attributes.
array $attributes Attributes:
Overrides AttributeBagInterface::replace
public function replace(array $attributes) {
$this->attributes = array();
foreach ($attributes as $key => $value) {
$this
->set($key, $value);
}
}