You are here

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

Adds/Updates a single setting by name.

You can also use $this->getSettings()->{name} = {value}.

Parameters

string $name:

mixed $value:

Return value

$this

1 method overrides ExporterInterface::addSetting()
Exporter::addSetting in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/Exporter.php
Adds/Updates a single setting by name.

File

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

Class

ExporterInterface
Interface ExporterInterface

Namespace

AKlump\LoftDataGrids

Code

public function addSetting($name, $value);