You are here

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

Returns the row count of the current page.

Return value

int

1 method overrides ExportDataInterface::getCount()
ExportData::getCount in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Returns the row count of the current page.

File

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

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function getCount();