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