Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93933350
HarbormasterConduitAPIMethod.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
Mon, Dec 2, 15:06
Size
431 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 15:06 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22726793
Attached To
rPH Phabricator
HarbormasterConduitAPIMethod.php
View Options
<?php
abstract
class
HarbormasterConduitAPIMethod
extends
ConduitAPIMethod
{
final
public
function
getApplication
()
{
return
PhabricatorApplication
::
getByClass
(
'PhabricatorHarbormasterApplication'
);
}
public
function
getMethodStatus
()
{
return
self
::
METHOD_STATUS_UNSTABLE
;
}
public
function
getMethodStatusDescription
()
{
return
pht
(
'All Harbormaster APIs are new and subject to change.'
);
}
}
Event Timeline
Log In to Comment