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