Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96294681
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, Dec 24, 17:33
Size
482 B
Mime Type
text/x-php
Expires
Thu, Dec 26, 17:33 (2 d)
Engine
blob
Format
Raw Data
Handle
23144963
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