public function hasDefault(string $name) : bool { return \array_key_exists($name, $this->defaults); }