Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90491885
ConduitAPI_releeph_Method.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, Nov 2, 03:55
Size
407 B
Mime Type
text/x-php
Expires
Mon, Nov 4, 03:55 (2 d)
Engine
blob
Format
Raw Data
Handle
22085850
Attached To
rPH Phabricator
ConduitAPI_releeph_Method.php
View Options
<?php
abstract
class
ConduitAPI_releeph_Method
extends
ConduitAPIMethod
{
public
function
getMethodStatus
()
{
return
self
::
METHOD_STATUS_UNSTABLE
;
}
public
function
getMethodStatusDescription
()
{
return
pht
(
'All Releeph methods are subject to abrupt change.'
);
}
public
function
getApplication
()
{
return
PhabricatorApplication
::
getByClass
(
'PhabricatorApplicationReleeph'
);
}
}
Event Timeline
Log In to Comment