Differential D9991 Diff 24151 src/applications/differential/conduit/DifferentialGetCommitPathsConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/conduit/DifferentialGetCommitPathsConduitAPIMethod.php
- This file was moved from src/applications/differential/conduit/ConduitAPI_differential_getcommitpaths_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_differential_getcommitpaths_Method | final class DifferentialGetCommitPathsConduitAPIMethod | ||||
| extends ConduitAPI_differential_Method { | extends DifferentialConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'differential.getcommitpaths'; | |||||
| } | |||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return 'Query which paths should be included when committing a '. | return 'Query which paths should be included when committing a '. | ||||
| 'Differential revision.'; | 'Differential revision.'; | ||||
| } | } | ||||
| public function defineParamTypes() { | public function defineParamTypes() { | ||||
| return array( | return array( | ||||
| Show All 40 Lines | |||||