You are here

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

Set the data key order for the current page

Parameters

array|mixed $key:

  • If this is an array, it will be taken as the key order
  • Or, you can list individual keys in correct order as function arguments

Return value

$this

1 method overrides ExportDataInterface::setKeys()
ExportData::setKeys in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Set the data key order for the current page

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function setKeys($key);