Differential D9991 Diff 24151 src/applications/differential/conduit/DifferentialGetDiffConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/conduit/DifferentialGetDiffConduitAPIMethod.php
- This file was moved from src/applications/differential/conduit/ConduitAPI_differential_getdiff_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_differential_getdiff_Method | final class DifferentialGetDiffConduitAPIMethod | ||||
| extends ConduitAPI_differential_Method { | extends DifferentialConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'differential.getdiff'; | |||||
| } | |||||
| public function shouldAllowPublic() { | public function shouldAllowPublic() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| public function getMethodStatus() { | public function getMethodStatus() { | ||||
| return self::METHOD_STATUS_DEPRECATED; | return self::METHOD_STATUS_DEPRECATED; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||