Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90844438
NuanceConduitAPIMethod.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, Nov 5, 07:04
Size
286 B
Mime Type
text/x-php
Expires
Thu, Nov 7, 07:04 (2 d)
Engine
blob
Format
Raw Data
Handle
22145136
Attached To
rPH Phabricator
NuanceConduitAPIMethod.php
View Options
<?php
abstract
class
NuanceConduitAPIMethod
extends
ConduitAPIMethod
{
final
public
function
getApplication
()
{
return
PhabricatorApplication
::
getByClass
(
'PhabricatorNuanceApplication'
);
}
public
function
getMethodStatus
()
{
return
self
::
METHOD_STATUS_UNSTABLE
;
}
}
Event Timeline
Log In to Comment