$pages->add()
Adds a single page or an entire second collection to the current collection
Parameters
Name | Type | Default |
---|---|---|
$object * | Kirby\Cms\Pages |Kirby\Cms\Page |string |
– |
Return type
This method modifies the existing $pages
object it is applied to and returns it again.
Exceptions
Type | Description |
---|---|
Kirby\Exception\InvalidArgumentException |
When no Page or Pages object or an ID of an existing page is passed |