Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93196151
ManiphestFindConduitAPIMethod.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 26, 22:49
Size
482 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 22:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22593683
Attached To
rPH Phabricator
ManiphestFindConduitAPIMethod.php
View Options
<?php
/**
* @concrete-extensible
*/
final
class
ManiphestFindConduitAPIMethod
extends
ManiphestQueryConduitAPIMethod
{
public
function
getAPIMethodName
()
{
return
'maniphest.find'
;
}
public
function
getMethodStatus
()
{
return
self
::
METHOD_STATUS_DEPRECATED
;
}
public
function
getMethodStatusDescription
()
{
return
"Renamed to 'maniphest.query'."
;
}
public
function
getMethodDescription
()
{
return
'Deprecated alias of maniphest.query'
;
}
}
Event Timeline
Log In to Comment