call = $functionCall; $this->paramArray = $params; $this->requestHash = $hash; } public function ToJSONString() { return json_encode($this); } } ?>