You are here

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

Delete a single page from the object

Parameters

mixed $page_id:

Return value

$this

1 method overrides ExportDataInterface::deletePage()
ExportData::deletePage in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Delete a single page from the object

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function deletePage($page_id);