$file->copy()
Copy the file to the given page
$file->copy(Kirby\Cms\Page $page): Kirby\Cms\File
Parameters
| Name | Type | Default |
|---|---|---|
| $pagerequired | Kirby\Cms\Page |
no default value |
Return type
This method does not modify the existing $file object but returns a new object with the changes applied. Learn more →