img = $img; return $this; } public function value($value) { $this->value = $value; return $this; } public function label($label) { $this->label = $label; return $this; } } /** * EOF */