label = $label; $this->value = $value; } /** * @return string */ public function getLabel(){ return $this->label; } /** * @return string */ public function getValue(){ return $this->value; } }