You are here

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

Advance the record pointer to a given index or all the way to the end

Parameters

int|NULL $index: (Optional) Defaults to NULL. When NULL the pointer will move to the end to begin a new row of data.

Return value

$this

1 method overrides ExportDataInterface::setPointer()
ExportData::setPointer in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Advance the record pointer to a given index or all the way to the end

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function setPointer($index = NULL);