updateURI = $update_uri; return $this; } public function getUpdateURI() { return $this->updateURI; } public function setConpherence(ConpherenceThread $conpherence) { $this->conpherence = $conpherence; return $this; } public function getConpherence() { return $this->conpherence; } }