public function webform_exporter::bof in Webform 7.4
Same name and namespace in other branches
- 5.2 webform_export.inc \webform_exporter::bof()
- 6.3 includes/webform.export.inc \webform_exporter::bof()
- 6.2 webform_export.inc \webform_exporter::bof()
- 7.3 includes/webform.export.inc \webform_exporter::bof()
Write the start of the export file.
Parameters
$file_handle: A PHP file handle to the export file.
2 methods override webform_exporter::bof()
- webform_exporter_excel_delimited::bof in includes/
exporters/ webform_exporter_excel_delimited.inc - Write the start of the export file.
- webform_exporter_excel_xlsx::bof in includes/
exporters/ webform_exporter_excel_xlsx.inc - Output space for the BOF.
File
- includes/
exporters/ webform_exporter.inc, line 90
Class
- webform_exporter
- Base class defining the common methods available to exporters.
Code
public function bof(&$file_handle) {
}