Differential D17191 Diff 41341 src/applications/differential/xaction/DifferentialRevisionResignTransaction.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/xaction/DifferentialRevisionResignTransaction.php
| Show All 24 Lines | final class DifferentialRevisionResignTransaction | ||||
| protected function getRevisionActionOrder() { | protected function getRevisionActionOrder() { | ||||
| return 700; | return 700; | ||||
| } | } | ||||
| public function getCommandKeyword() { | public function getCommandKeyword() { | ||||
| return 'resign'; | return 'resign'; | ||||
| } | } | ||||
| public function getActionName() { | |||||
| return pht('Resigned'); | |||||
| } | |||||
| public function getCommandAliases() { | public function getCommandAliases() { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| public function getCommandSummary() { | public function getCommandSummary() { | ||||
| return pht('Resign from a revision.'); | return pht('Resign from a revision.'); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines | |||||