Differential D9991 Diff 24151 src/applications/differential/conduit/DifferentialGetRevisionCommentsConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/conduit/DifferentialGetRevisionCommentsConduitAPIMethod.php
- This file was moved from src/applications/differential/conduit/ConduitAPI_differential_getrevisioncomments_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_differential_getrevisioncomments_Method | final class DifferentialGetRevisionCommentsConduitAPIMethod | ||||
| extends ConduitAPI_differential_Method { | extends DifferentialConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'differential.getrevisioncomments'; | |||||
| } | |||||
| public function getMethodStatus() { | public function getMethodStatus() { | ||||
| return self::METHOD_STATUS_DEPRECATED; | return self::METHOD_STATUS_DEPRECATED; | ||||
| } | } | ||||
| public function getMethodStatusDescription() { | public function getMethodStatusDescription() { | ||||
| return pht('Obsolete and doomed, see T2222.'); | return pht('Obsolete and doomed, see T2222.'); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 68 Lines • ▼ Show 20 Lines | foreach ($xactions as $xaction) { | ||||
| : null), | : null), | ||||
| ); | ); | ||||
| $results[$revision->getID()][] = $result; | $results[$revision->getID()][] = $result; | ||||
| } | } | ||||
| return $results; | return $results; | ||||
| } | } | ||||
| } | } | ||||