Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118895157
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
Sun, Jun 22, 19:43
Size
411 B
Mime Type
text/x-php
Expires
Tue, Jun 24, 19:43 (2 d)
Engine
blob
Format
Raw Data
Handle
26928620
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