Paginated array set start
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).