value = $value; return $this; } /** * Get value * * @return string */ public function getValue() { return $this->value; } /** * Get option * * @return string */ public function getOption() { return $this->option; } }