Skip to content

Kirby 4.1.2

$file->copy()

Copy the file to the given page

$file->copy(Kirby\Cms\Page $page): Kirby\Cms\File

Parameters

Name Type Default
$page * Kirby\Cms\Page

Return type

Kirby\Cms\File

This method does not modify the existing $file object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\File