Differential D17067 Diff 41083 src/applications/differential/field/DifferentialTasksCommitMessageField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/field/DifferentialTasksCommitMessageField.php
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | final class DifferentialTasksCommitMessageField | ||||
| public function readFieldValueFromConduit($value) { | public function readFieldValueFromConduit($value) { | ||||
| return $this->readStringListFieldValueFromConduit($value); | return $this->readStringListFieldValueFromConduit($value); | ||||
| } | } | ||||
| public function renderFieldValue($value) { | public function renderFieldValue($value) { | ||||
| return $this->renderHandleList($value); | return $this->renderHandleList($value); | ||||
| } | } | ||||
| public function getFieldTransactions($value) { | |||||
| // TODO: Implement this! | |||||
| return array(); | |||||
| } | |||||
| } | } | ||||