You are here

function ViewsDataExportExporterInterface::bof in Views data export 7.4

Write the start of the export file.

Parameters

$file_handle: A PHP file handle to the export file.

1 method overrides ViewsDataExportExporterInterface::bof()
ViewsDataExportExporter::bof in exporters/views_data_export_exporter.inc
Write the start of the export file.

File

exporters/ViewsDataExportExporterInterface.inc, line 44

Class

ViewsDataExportExporterInterface

Code

function bof(&$file_handle);