Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101629609
ConduitAPI_maniphest_find_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
Wed, Feb 12, 06:14
Size
436 B
Mime Type
text/x-php
Expires
Fri, Feb 14, 06:14 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
24204190
Attached To
rPH Phabricator
ConduitAPI_maniphest_find_Method.php
View Options
<?php
/**
* @group conduit
*
* @concrete-extensible
*/
final
class
ConduitAPI_maniphest_find_Method
extends
ConduitAPI_maniphest_query_Method
{
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