Differential D15915 Diff 38331 src/applications/differential/customfield/DifferentialProjectReviewersField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/customfield/DifferentialProjectReviewersField.php
| <?php | <?php | ||||
| final class DifferentialProjectReviewersField | final class DifferentialProjectReviewersField | ||||
| extends DifferentialCustomField { | extends DifferentialCustomField { | ||||
| public function getFieldKey() { | public function getFieldKey() { | ||||
| return 'differential:project-reviewers'; | return 'differential:project-reviewers'; | ||||
| } | } | ||||
| public function getFieldName() { | public function getFieldName() { | ||||
| return pht('Coalition Reviewers'); | return pht('Group Reviewers'); | ||||
| } | } | ||||
| public function getFieldDescription() { | public function getFieldDescription() { | ||||
| return pht('Display project reviewers.'); | return pht('Display project reviewers.'); | ||||
| } | } | ||||
| public function shouldAppearInPropertyView() { | public function shouldAppearInPropertyView() { | ||||
| return true; | return true; | ||||
| ▲ Show 20 Lines • Show All 50 Lines • Show Last 20 Lines | |||||