$page


Built-in Methods Reference

$page->prevUntil($selector, $filter, $siblings)

Introduced in Version 2.0

Description

Return all sibling pages before this one until matching the one specified. $selector May either be a selector string or Page to stop at. Results will not include this. $filter Optional selector string to filter matched pages by. $siblings Optional PageArray of siblings to use instead of all from the page.

Related

Post Comment