Page MenuHomestyx hydra

ConpherenceWidgetView.php
No OneTemporary

ConpherenceWidgetView.php

<?php
/**
* @group conpherence
*/
abstract class ConpherenceWidgetView extends AphrontView {
private $conpherence;
private $updateURI;
public function setUpdateURI($update_uri) {
$this->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;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 7:32 PM (15 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
355530
Default Alt Text
ConpherenceWidgetView.php (519 B)

Event Timeline