Differential D17191 Diff 41341 src/applications/differential/xaction/DifferentialRevisionRejectTransaction.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/xaction/DifferentialRevisionRejectTransaction.php
| Show All 20 Lines | final class DifferentialRevisionRejectTransaction | ||||
| public function getColor() { | public function getColor() { | ||||
| return 'red'; | return 'red'; | ||||
| } | } | ||||
| protected function getRevisionActionOrder() { | protected function getRevisionActionOrder() { | ||||
| return 600; | return 600; | ||||
| } | } | ||||
| public function getActionName() { | |||||
| return pht('Requested Changes'); | |||||
| } | |||||
| public function getCommandKeyword() { | public function getCommandKeyword() { | ||||
| return 'request'; | return 'request'; | ||||
| } | } | ||||
| public function getCommandAliases() { | public function getCommandAliases() { | ||||
| return array( | return array( | ||||
| 'reject', | 'reject', | ||||
| ); | ); | ||||
| ▲ Show 20 Lines • Show All 56 Lines • Show Last 20 Lines | |||||