response = $response; $this->context = $context; } public function getResponse() { return $this->response; } public function getContext() { return $this->context; } public function __toString() { return __CLASS__ . " [context: " . $this->context . ", response:" . $this->response . "]"; } }