You are here

public function Exporter::getTitle 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::getTitle()

Overrides ExporterInterface::getTitle

File

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

Class

Exporter
Class Exporter

Namespace

AKlump\LoftDataGrids

Code

public function getTitle() {
  return $this->title;
}