_curie = $curie; $this->_uri = $uri; return $this->setMessage(json_encode(array(1, $curie, $uri))); } /** * @return string */ public function getCurie() { return $this->_curie; } /** * @return string */ public function getUri() { return $this->_uri; } }