Page MenuHomestyx hydra

ConpherenceWidgetView.php
No OneTemporary

ConpherenceWidgetView.php

<?php
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
Thu, Dec 18, 12:56 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
437827
Default Alt Text
ConpherenceWidgetView.php (490 B)

Event Timeline