Skip to content

Kirby 3.5.7.1

$page->createChild()

Creates a child of the current page

$page->createChild(array $props): Kirby\Cms\Page

Parameters

Name Type Default
$props * array

Return type

Kirby\Cms\Page

This method does not modify the existing $page object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\Page

The $props parameter

The properties are the same as for Page::create. However, num, parent, site and url are pre-defined by the parent $page and cannot be changed.