Skip to content

Kirby 3.6.6

$file->clone()

Creates an instance with the same initial properties.

$file->clone(array $props = [ ]): Kirby\Cms\File

Parameters

Name Type Default
$props array [ ]

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