You are here

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

Set the order the pages appear in the data array

Parameters

string $page_id: Enter all page_ids in correct order as function arguments

Return value

$this

1 method overrides ExportDataInterface::setPageOrder()
ExportData::setPageOrder in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Set the order the pages appear in the data array

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function setPageOrder($page_id);