$this
public function setDefaults(array $defaults) : static { $this->defaults = []; return $this->addDefaults($defaults); }