Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98793596
ConpherenceWidgetView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 16, 12:05
Size
490 B
Mime Type
text/x-php
Expires
Sat, Jan 18, 12:05 (2 d)
Engine
blob
Format
Raw Data
Handle
23645325
Attached To
rPH Phabricator
ConpherenceWidgetView.php
View Options
<?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
;
}
}
Event Timeline
Log In to Comment