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