$page


Built-in Methods Reference

$page->closest($selector)

Introduced in Version 2.0

Description

Like parent() but includes the current Page in the possible pages that can be matched. Note also that unlike parent() a $selector is required.

Related

Post Comment