You are here

function ViewsDataExportExporterTXT::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.

Overrides ViewsDataExportExporter::bof

File

exporters/views_data_export_exporter_txt.inc, line 68

Class

ViewsDataExportExporterTXT
Exporter for creating TXT files.

Code

function bof(&$file_handle) {
}