Differential D18954 Diff 45478 src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
| Show First 20 Lines • Show All 118 Lines • ▼ Show 20 Lines | final class PhabricatorStandardCustomFieldInt | ||||
| protected function newConduitSearchParameterType() { | protected function newConduitSearchParameterType() { | ||||
| return new ConduitIntParameterType(); | return new ConduitIntParameterType(); | ||||
| } | } | ||||
| protected function newConduitEditParameterType() { | protected function newConduitEditParameterType() { | ||||
| return new ConduitIntParameterType(); | return new ConduitIntParameterType(); | ||||
| } | } | ||||
| protected function newExportFieldType() { | |||||
| return new PhabricatorIntExportField(); | |||||
| } | |||||
| } | } | ||||