Page MenuHomec4science

ConduitAPI_maniphest_find_Method.php
No OneTemporary

File Metadata

Created
Mon, Aug 12, 03:21

ConduitAPI_maniphest_find_Method.php

<?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