You are here

public function ExporterInterface::saveFile in Loft Data Grids 7.2

Compile and and save to a filepath.

Parameters

string $directory A writable directory in which to save the file.:

null $filename:

null $page_id:

Return value

mixed

1 method overrides ExporterInterface::saveFile()
Exporter::saveFile in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php
Compile and and save to a filepath.

File

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

Class

ExporterInterface
Interface ExporterInterface

Namespace

AKlump\LoftDataGrids

Code

public function saveFile($directory, $filename = null, $page_id = null);