mini\Table\Wrappers\FilteredTable::withPagination() Method

private

Signature

private function withPagination(mini\Table\Contracts\TableInterface $table): mini\Table\Contracts\TableInterface

Parameters

Name Type Default Description
$table mini\Table\Contracts\TableInterface required Documentation missing

Returns

mini\Table\Contracts\TableInterface

Documentation

Restore absorbed pagination to a replacement table

Used when optimizations bypass this wrapper and return a new table directly on source - we must transfer our absorbed limit/offset.

Source

src/Table/Wrappers/FilteredTable.php:459-468