You are here

public function ExportDataInterface::getCurrent 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::getCurrent()

Return the current record or data by key

Parameters

string $key: (Optional) Defaults to NULL. If excluded the entire current record will be returned. If included the value of the current row at $key will be returned.

Return value

array | mixed

1 method overrides ExportDataInterface::getCurrent()
ExportData::getCurrent in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Return the current record or data by key

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function getCurrent($key = NULL);