Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100140331
ConduitAPI_conpherence_Method.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
Tue, Jan 28, 11:33
Size
433 B
Mime Type
text/x-php
Expires
Thu, Jan 30, 11:33 (2 d)
Engine
blob
Format
Raw Data
Handle
23907919
Attached To
rPH Phabricator
ConduitAPI_conpherence_Method.php
View Options
<?php
abstract
class
ConduitAPI_conpherence_Method
extends
ConduitAPIMethod
{
public
function
getApplication
()
{
return
PhabricatorApplication
::
getByClass
(
'PhabricatorConpherenceApplication'
);
}
final
protected
function
getConpherenceURI
(
ConpherenceThread
$conpherence
)
{
$id
=
$conpherence
->
getID
();
return
PhabricatorEnv
::
getProductionURI
(
$this
->
getApplication
()->
getApplicationURI
(
$id
));
}
}
Event Timeline
Log In to Comment