Skip to content

Paginated array set limit

Set the limit that was used in pagination.

Usage

$paginatedArray->setLimit(int $numLimit);

Arguments

Name

Type(s)

Description

numLimit

int

Return value

$this

Object instance it was called from (method supports fluent interface).