Pages::factory()
Creates a pages collection from an array of props
Pages::factory(array $pages, Kirby\Cms\Page|Kirby\Cms\Site|null $model = null, bool|null $draft = null): Kirby\Cms\Pages
Parameters
| Name | Type | Default |
|---|---|---|
| $pagesrequired | array |
no default value |
| $model | Kirby\Cms\PageorKirby\Cms\Siteornull |
null
|
| $draft | boolornull |
null
|