Set the starting offset number to use for pagination.
This is typically the current page number (minus 1) multiplied by limit setting.
Usage
$paginatedArray->setStart(int $numStart);
Arguments
Name | Type(s) | Description |
---|---|---|
numStart | int |
Return value
$this
Object instance it was called from (method supports fluent interface).
PaginatedArray methods and properties
API reference based on ProcessWire core version 3.0.236