You are here

public function ExporterInterface::save in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExporterInterface.php \AKlump\LoftDataGrids\ExporterInterface::save()

Save as a file to the server

Parameters

string $filename: The correct extension will be appended to this string

mixed $page_id: (Optional) Defaults to NULL. Set this to export a single page.

1 method overrides ExporterInterface::save()
Exporter::save in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php
Save as a file to the server

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExporterInterface.php, line 108

Class

ExporterInterface
Interface ExporterInterface

Namespace

AKlump\LoftDataGrids

Code

public function save($filename = '', $page_id = NULL);