Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97897097
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
Tue, Jan 7, 08:09
Size
411 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 08:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23434227
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