Differential D18954 Diff 45478 src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldText.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldText.php
| Show First 20 Lines • Show All 70 Lines • ▼ Show 20 Lines | final class PhabricatorStandardCustomFieldText | ||||
| protected function getHTTPParameterType() { | protected function getHTTPParameterType() { | ||||
| return new AphrontStringHTTPParameterType(); | return new AphrontStringHTTPParameterType(); | ||||
| } | } | ||||
| public function getConduitEditParameterType() { | public function getConduitEditParameterType() { | ||||
| return new ConduitStringParameterType(); | return new ConduitStringParameterType(); | ||||
| } | } | ||||
| protected function newExportFieldType() { | |||||
| return new PhabricatorStringExportField(); | |||||
| } | |||||
| } | } | ||||