$page


Built-in Methods Reference

$page->nextAll($selector, $siblings)

Introduced in Version 2.0

Description

Return all sibling pages after this one, optionally matching a selector. $selector Optional selector string. When specified, will filter the found siblings. $siblings Optional siblings to use instead of the default.

Related

Post Comment