Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1369904
ReleephConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
411 B
Referenced Files
None
Subscribers
None
ReleephConduitAPIMethod.php
View Options
<?php
abstract
class
ReleephConduitAPIMethod
extends
ConduitAPIMethod
{
public
function
getMethodStatus
()
{
return
self
::
METHOD_STATUS_UNSTABLE
;
}
public
function
getMethodStatusDescription
()
{
return
pht
(
'All Releeph methods are subject to abrupt change.'
);
}
final
public
function
getApplication
()
{
return
PhabricatorApplication
::
getByClass
(
'PhabricatorReleephApplication'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 7, 3:32 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
282910
Default Alt Text
ReleephConduitAPIMethod.php (411 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment