PageArray/WireArray


PageArray only

$a->getLimit()

Introduced in Version 2.0

Description

Get the number (n) from a "limit=n" portion of a selector that resulted in this PageArray. In pagination, this value represents the max items to display per page. If there was no limit applied, this will return 0.

Post Comment