scope = $values['scope']; } if (isset($values['option'])) { $this->option = $values['option']; } } public function setScope($scope) { return $this->scope = $scope; } public function setOption($option) { return $this->option = $option; } public function getScope() { return $this->scope; } public function getOption() { return $this->option; } }