Page MenuHomePhorge

ConpherenceWidgetView.php
No OneTemporary

Size
490 B
Referenced Files
None
Subscribers
None

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
Tue, May 13, 12:29 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
108474
Default Alt Text
ConpherenceWidgetView.php (490 B)

Event Timeline