Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121756146
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
Sun, Jul 13, 16:08
Size
415 B
Mime Type
text/x-php
Expires
Tue, Jul 15, 16:08 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27385519
Attached To
rPH Phabricator
ConduitAPI_maniphest_find_Method.php
View Options
<?php
/**
* @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