data[$key] = $value; } public function get($key) { return $this->data[$key]; } public function all() { return $this->data; } }