Changeset View
Changeset View
Standalone View
Standalone View
src/applications/settings/setting/PhabricatorSetting.php
| Show First 20 Lines • Show All 83 Lines • ▼ Show 20 Lines | protected function newEditField($object, PhabricatorEditField $template) { | ||||
| return $template; | return $template; | ||||
| } | } | ||||
| public function validateTransactionValue($value) { | public function validateTransactionValue($value) { | ||||
| return; | return; | ||||
| } | } | ||||
| public function assertValidValue($value) { | |||||
| $this->validateTransactionValue($value); | |||||
| } | |||||
| public function getTransactionNewValue($value) { | public function getTransactionNewValue($value) { | ||||
| return $value; | return $value; | ||||
| } | } | ||||
| } | } | ||||