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
Wed, Nov 26, 8:45 PM (10 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347832
Default Alt Text
ConpherenceWidgetView.php (490 B)

Event Timeline