PaginatedArray::setStart()

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

NameType(s)Description
$numStartint

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.251