Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F508160
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
Sun, May 11, 8:14 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
101533
Default Alt Text
ReleephConduitAPIMethod.php (411 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment