You are here

public function webform_exporter::eof in Webform 7.3

Same name and namespace in other branches
  1. 5.2 webform_export.inc \webform_exporter::eof()
  2. 6.3 includes/webform.export.inc \webform_exporter::eof()
  3. 6.2 webform_export.inc \webform_exporter::eof()
  4. 7.4 includes/exporters/webform_exporter.inc \webform_exporter::eof()

File

includes/webform.export.inc, line 108
Provides several different handlers for exporting webform results.

Class

webform_exporter

Code

public function eof(&$file_handle) {
}