You are here

function ViewsDataExportExporterTXT::eof in Views data export 7.4

Write the end of the export file.

Parameters

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

Overrides ViewsDataExportExporter::eof

File

exporters/views_data_export_exporter_txt.inc, line 77

Class

ViewsDataExportExporterTXT
Exporter for creating TXT files.

Code

function eof(&$file_handle, $row_count, $col_count) {
}