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