_id = $callId; $this->_uri = $uri; $this->_desc = $desc; return $this->setMessage(json_encode(array(WAMP::MSG_CALL_ERROR, $callId, $uri, $desc))); } public function getId() { return $this->_id; } public function getUri() { return $this->_uri; } public function getDescription() { return $this->_desc; } }