Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$page->isParentOf($child)
Checks if the page is the parent of the given page
$child
(Page | string)
A page URI or page object.
return
(boolean)
↑
Cheat Sheet overview
←
$page->isOpen()
→
$page->isSite()
↓
Back to Cheat Sheet section
Top