You are here

public function ExporterInterface::getSettings in Loft Data Grids 7.2

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

Return the settings object.

To set use $this->addSetting() or: $this->getSettings()->{name} = {value}

To get a single setting you will do this: $this->getSettings()->sponsors

Return value

array

See also

addSetting($name, $value)

1 method overrides ExporterInterface::getSettings()
Exporter::getSettings in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php
Return the settings object.

File

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

Class

ExporterInterface
Interface ExporterInterface

Namespace

AKlump\LoftDataGrids

Code

public function getSettings();