params = $params; } public function get($key, $default = null) { return $this->params[$key] ?: $default; } }