params = $params; } public function getValue($key) { return $this->params[$key]; } public function getAllParameters() { return $this->params; } }