You are here

public function ExportDataInterface::getValue in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportDataInterface.php \AKlump\LoftDataGrids\ExportDataInterface::getValue()

Return the value of a single column, single row by key.

Note this is identical to self::getCurrent($key) however more intuitively named, so it makes more sense.

Parameters

string $key:

Return value

mixed

1 method overrides ExportDataInterface::getValue()
ExportData::getValue in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Return the value of a single column, single row by key.

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportDataInterface.php, line 185

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function getValue($key);