Skip to content

Paginated array get limit

Get the limit that was used in pagination.

If no limit was set, then it returns the number of items currently in this WireArray.

Usage

$int = $paginatedArray->getLimit();

Return value

int