function ViewsDataExportExporterInterface::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.
1 method overrides ViewsDataExportExporterInterface::eof()
- ViewsDataExportExporter::eof in exporters/
views_data_export_exporter.inc - Write the end of the export file.
File
- exporters/
ViewsDataExportExporterInterface.inc, line 52
Class
Code
function eof(&$file_handle, $row_count, $col_count);