Pager_Sliding::isLastPageComplete
Pager_Sliding::isLastPageComplete() – Returns whether last page is complete
Synopsis
require_once 'Pager/Sliding.php';
bool Pager_Sliding::isLastPageComplete (
)
Return value
return TRUE or FALSE, wrt the last page is complete
(i.e. it has perPage
values in the array for the last
page) or not.