Differential D9991 Diff 24151 src/applications/differential/conduit/DifferentialCreateDiffConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/conduit/DifferentialCreateDiffConduitAPIMethod.php
- This file was moved from src/applications/differential/conduit/ConduitAPI_differential_creatediff_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_differential_creatediff_Method | final class DifferentialCreateDiffConduitAPIMethod | ||||
| extends ConduitAPI_differential_Method { | extends DifferentialConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'differential.creatediff'; | |||||
| } | |||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return 'Create a new Differential diff.'; | return 'Create a new Differential diff.'; | ||||
| } | } | ||||
| public function defineParamTypes() { | public function defineParamTypes() { | ||||
| $vcs_const = $this->formatStringConstants( | $vcs_const = $this->formatStringConstants( | ||||
| ▲ Show 20 Lines • Show All 176 Lines • Show Last 20 Lines | |||||