key = $key; $this->value = $value; } /** * @return string */ public function getKey() { return $this->key; } /** * @return string */ public function getValue() { return $this->value; } private $key = ""; private $value = ""; }