Differential D15914 Diff 38330 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('Project Reviewers'); | return pht('Coalition Reviewers'); | ||||
chadUnsubmitted Not Done Inline Actions![]() chad: {F1311841} | |||||
| } | } | ||||
| 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 | |||||
