Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92182390
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
Mon, Nov 18, 02:23
Size
437 B
Mime Type
text/x-php
Expires
Wed, Nov 20, 02:23 (2 d)
Engine
blob
Format
Raw Data
Handle
22386425
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