Differential D17191 Diff 41341 src/applications/differential/xaction/DifferentialRevisionReclaimTransaction.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/xaction/DifferentialRevisionReclaimTransaction.php
| Show All 20 Lines | final class DifferentialRevisionReclaimTransaction | ||||
| public function getColor() { | public function getColor() { | ||||
| return 'sky'; | return 'sky'; | ||||
| } | } | ||||
| protected function getRevisionActionOrder() { | protected function getRevisionActionOrder() { | ||||
| return 600; | return 600; | ||||
| } | } | ||||
| public function getActionName() { | |||||
| return pht('Reclaimed'); | |||||
| } | |||||
| public function getCommandKeyword() { | public function getCommandKeyword() { | ||||
| return 'reclaim'; | return 'reclaim'; | ||||
| } | } | ||||
| public function getCommandAliases() { | public function getCommandAliases() { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines | |||||