Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F982281
ConpherenceConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
437 B
Referenced Files
None
Subscribers
None
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
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 1:46 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
236146
Default Alt Text
ConpherenceConduitAPIMethod.php (437 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment