$page


Built-in Methods Reference

$page->next($pageArray)

Introduced in Version 2.0

Description

Given a PageArray which includes the current page (among others), return the next page after the current.† Returns a NullPage if it is the last page in the provided PageArray. If called without a PageArray, it assumes the current page's siblings (same as $page->next).

Related

Post Comment