key; } /** * @inheritdoc */ public function getValue() { return $this->value; } /** * @inheritdoc */ public function setKey($key) { $this->key = $key; return $key; } /** * @inheritdoc */ public function setValue($value) { $this->value = $value; return $value; } }