getData(); $this->output = ""; foreach ($data as $key => $value) { $this->output .= "$key:$value\n"; } } }