Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116919084
ConpherenceConduitAPIMethod.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, Jun 10, 03:57
Size
437 B
Mime Type
text/x-php
Expires
Thu, Jun 12, 03:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26581332
Attached To
rPH Phabricator
ConpherenceConduitAPIMethod.php
View Options
<?php
abstract
class
ConpherenceConduitAPIMethod
extends
ConduitAPIMethod
{
final
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