You are here

public function Exporter::getFilename in Loft Data Grids 6.2

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

Get the filename

Return value

string

Overrides ExporterInterface::getFilename

2 calls to Exporter::getFilename()
Exporter::save in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php
Save as a file to the server
XLSXExporter::save in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/XLSXExporter.php
Save as a file to the server

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php, line 145

Class

Exporter
Class Exporter

Namespace

AKlump\LoftDataGrids

Code

public function getFilename() {
  return $this->filename;
}