You are here

public function ExporterInterface::setFilename 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::setFilename()

Getter/Setter for the filename

Parameters

string $filename: Extension (if present in $filename) will be corrected based on the object

Return value

string The final $filename with correct extension

1 method overrides ExporterInterface::setFilename()
Exporter::setFilename in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php
Getter/Setter for the filename

File

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

Class

ExporterInterface
Interface ExporterInterface

Namespace

AKlump\LoftDataGrids

Code

public function setFilename($filename);