Differential D20658 Diff 49280 src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldDate.php
| Show First 20 Lines • Show All 236 Lines • ▼ Show 20 Lines | protected function newConduitSearchParameterType() { | ||||
| // TODO: Build a new "pair<epoch|null, epoch|null>" type or similar. | // TODO: Build a new "pair<epoch|null, epoch|null>" type or similar. | ||||
| return null; | return null; | ||||
| } | } | ||||
| protected function newConduitEditParameterType() { | protected function newConduitEditParameterType() { | ||||
| return new ConduitEpochParameterType(); | return new ConduitEpochParameterType(); | ||||
| } | } | ||||
| protected function newExportFieldType() { | |||||
| return new PhabricatorEpochExportField(); | |||||
| } | |||||
| } | } | ||||