$page->createChild()
Creates a child of the current page
Parameters
Name | Type | Default |
---|---|---|
$props * | array |
– |
Return type
This method does not modify the existing $page
object but returns a new object with the changes applied. Learn more →
Parent class
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.