Replaces the current input values by a new set.
Overrides ParameterBag::replace
public function replace(array $inputs = []) : void { $this->parameters = []; $this->add($inputs); }