group_id = $group_id; $this->file = $file; $this->indentation = $indentation; // TODO: Build a list of subgroups here. } // writeData writes group data into file. function writeData() { // TODO: write code here. // // Call itself recursively for all subgroups. } }