You are here

public function ExportDataInterface::next in Loft Data Grids 7.2

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

Returns the record index and advances the record pointer

Return value

int The index of the record that was just closed

1 method overrides ExportDataInterface::next()
ExportData::next in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Returns the record index and advances the record pointer

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function next();