new Pages()
Creates a new Collection with the given objects
new Pages(iterable $objects = [ ], object|null $parent = null)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $objects | iterable<TValue> |
[ ]
|
|
| $parent | objectornull |
null
|
Stores the parent object, which is needed in some collections to get the finder methods right |
Parent class
Kirby\Cms\Pages
inherited from Kirby\Cms\Collection