Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102658413
ReleephConduitAPIMethod.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
Sat, Feb 22, 23:10
Size
411 B
Mime Type
text/x-php
Expires
Mon, Feb 24, 23:10 (2 d)
Engine
blob
Format
Raw Data
Handle
24227438
Attached To
rPH Phabricator
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'
);
}
}
Event Timeline
Log In to Comment