You are here

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

Goto to a stored location

Parameters

string $location_id A unique key or preset id to remember this: location by. If nothing has been stored using this id, nothing happens.

Return value

$this

1 method overrides ExportDataInterface::gotoLocation()
ExportData::gotoLocation in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Goto to a stored location

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function gotoLocation($location_id);