Differential D13200 Diff 31965 src/applications/releeph/field/specification/ReleephDiffMessageFieldSpecification.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/releeph/field/specification/ReleephDiffMessageFieldSpecification.php
| <?php | <?php | ||||
| final class ReleephDiffMessageFieldSpecification | final class ReleephDiffMessageFieldSpecification | ||||
| extends ReleephFieldSpecification { | extends ReleephFieldSpecification { | ||||
| public function getFieldKey() { | public function getFieldKey() { | ||||
| return 'commit:message'; | return 'commit:message'; | ||||
| } | } | ||||
| public function getName() { | public function getName() { | ||||
| return 'Message'; | return pht('Message'); | ||||
| } | } | ||||
| public function getStyleForPropertyView() { | public function getStyleForPropertyView() { | ||||
| return 'block'; | return 'block'; | ||||
| } | } | ||||
| public function renderPropertyViewValue(array $handles) { | public function renderPropertyViewValue(array $handles) { | ||||
| return phutil_tag( | return phutil_tag( | ||||
| Show All 23 Lines | |||||