$page->move()
Moves the page to a new parent if the new parent accepts the page type
$page->move(Kirby\Cms\Site|Kirby\Cms\Page $parent): Kirby\Cms\Page
Parameters
| Name | Type | Default |
|---|---|---|
| $parentrequired | Kirby\Cms\SiteorKirby\Cms\Page |
no default value |
Return type
This method modifies the existing $page object it is applied to and returns it again.