Differential D20039 Diff 47880 src/applications/transactions/editfield/PhabricatorSpaceEditField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/transactions/editfield/PhabricatorSpaceEditField.php
| Show All 22 Lines | final class PhabricatorSpaceEditField | ||||
| protected function newHTTPParameterType() { | protected function newHTTPParameterType() { | ||||
| return new AphrontPHIDHTTPParameterType(); | return new AphrontPHIDHTTPParameterType(); | ||||
| } | } | ||||
| protected function newConduitParameterType() { | protected function newConduitParameterType() { | ||||
| return new ConduitPHIDParameterType(); | return new ConduitPHIDParameterType(); | ||||
| } | } | ||||
| public function shouldReadValueFromRequest() { | public function shouldReadValueFromRequest() { | ||||
| return $this->getPolicyField()->shouldReadValueFromRequest(); | return $this->getPolicyField()->shouldReadValueFromRequest(); | ||||
| } | } | ||||
| public function shouldReadValueFromSubmit() { | public function shouldReadValueFromSubmit() { | ||||
| return $this->getPolicyField()->shouldReadValueFromSubmit(); | return $this->getPolicyField()->shouldReadValueFromSubmit(); | ||||
| } | } | ||||
| } | } | ||||