[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * @concrete-extensible 5 */ 6 final class ManiphestFindConduitAPIMethod 7 extends ManiphestQueryConduitAPIMethod { 8 9 public function getAPIMethodName() { 10 return 'maniphest.find'; 11 } 12 13 public function getMethodStatus() { 14 return self::METHOD_STATUS_DEPRECATED; 15 } 16 17 public function getMethodStatusDescription() { 18 return "Renamed to 'maniphest.query'."; 19 } 20 21 public function getMethodDescription() { 22 return 'Deprecated alias of maniphest.query'; 23 } 24 25 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |