Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105298945
ConduitAPI_nuance_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
Sun, Mar 16, 03:24
Size
282 B
Mime Type
text/x-php
Expires
Tue, Mar 18, 03:24 (2 d)
Engine
blob
Format
Raw Data
Handle
24957035
Attached To
rPH Phabricator
ConduitAPI_nuance_Method.php
View Options
<?php
abstract
class
ConduitAPI_nuance_Method
extends
ConduitAPIMethod
{
public
function
getApplication
()
{
return
PhabricatorApplication
::
getByClass
(
'PhabricatorNuanceApplication'
);
}
public
function
getMethodStatus
()
{
return
self
::
METHOD_STATUS_UNSTABLE
;
}
}
Event Timeline
Log In to Comment