requestId = $values['requestId']; $this->body = $values['body']; $this->headers = $values['headers']; $this->waitFor = $values['waitFor']; $this->_resolved = $values['_resolved']; $this->uri = $values['uri']; $this->action = $values['action']; } public function __toString() { return serialize($this); } }