You are here

function webform_exporter::eof in Webform 6.2

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. 7.4 includes/exporters/webform_exporter.inc \webform_exporter::eof()
  4. 7.3 includes/webform.export.inc \webform_exporter::eof()

File

./webform_export.inc, line 92
Provides several different handlers for exporting webform results.

Class

webform_exporter

Code

function eof(&$file_handle) {
}