$pageSizeLimit public property
The page size limits. The first array element stands for the minimal page size, and the second the maximal page size. If this is false, it means $pageSize should always return the value of $defaultPageSize.
public array|false $pageSizeLimit = [1, 50]
Please login to continue.