Differential D9991 Diff 24151 src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/conduit/DifferentialGetCommitMessageConduitAPIMethod.php
- This file was moved from src/applications/differential/conduit/ConduitAPI_differential_getcommitmessage_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_differential_getcommitmessage_Method | final class DifferentialGetCommitMessageConduitAPIMethod | ||||
| extends ConduitAPI_differential_Method { | extends DifferentialConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'differential.getcommitmessage'; | |||||
| } | |||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return 'Retrieve Differential commit messages or message templates.'; | return 'Retrieve Differential commit messages or message templates.'; | ||||
| } | } | ||||
| public function defineParamTypes() { | public function defineParamTypes() { | ||||
| $edit_types = array('edit', 'create'); | $edit_types = array('edit', 'create'); | ||||
| ▲ Show 20 Lines • Show All 182 Lines • Show Last 20 Lines | |||||