$pageActions->createChild()
Creates a child of the current page
$pageActions->createChild(array $props): Kirby\Cms\Page
Parameters
Name | Type | Default |
---|---|---|
$propsrequired | array |
no default value |
Return type
This method modifies the existing $pageactions
object it is applied to and returns it again.
Parent class
Kirby\Cms\PageActions