You are here

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

Set the current page

It's possible to store multiple pages or grids in one object, use this to designate the current page to write data to.

Parameters

mixed $page_id:

Return value

$this

1 method overrides ExportDataInterface::setPage()
ExportData::setPage in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Set the current page

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function setPage($page_id);