Changeset View
Changeset View
Standalone View
Standalone View
src/config/option/ArcanistWildConfigOption.php
| Show All 26 Lines | public function getValueFromStorageValueList(array $list) { | ||||
| return $this->getValueFromStorageValue($storage_value); | return $this->getValueFromStorageValue($storage_value); | ||||
| } | } | ||||
| public function getValueFromStorageValue($value) { | public function getValueFromStorageValue($value) { | ||||
| return $value; | return $value; | ||||
| } | } | ||||
| public function getStorageValueFromValue($value) { | |||||
| return $value; | |||||
| } | |||||
| } | } | ||||