id; } /** * Set value * * @param string $value * @return Tags */ public function setValue($value) { $this->value = $value; return $this; } /** * Get value * * @return string */ public function getValue() { return $this->value; } }