You are here

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

Set the settings object.

Parameters

object|array $settings: If an array, the keys will be used as the property name, and the values as values.

Return value

$this

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

File

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

Class

ExporterInterface
Interface ExporterInterface

Namespace

AKlump\LoftDataGrids

Code

public function setSettings($settings);