modification_description = $modification_description; $this->filename = $filename; $this->file_contents = $file_contents; } function modification_description() { return $this->modification_description; } public function filename() { return $this->filename; } public function file_contents() { return $this->file_contents; } }