forcedOptionValue = $forcedOptionValue; } protected function getValue($name) { return $this->forcedOptionValue; } protected function setValue($name, $value, $autoLoad = 0) { $this->forcedOptionValue = $value; } }