$file->save()
Stores the content on disk
$file->save(array $data = null, string $languageCode = null, bool $overwrite = false): Kirby\Cms\File
Parameters
Name | Type | Default |
---|---|---|
$data | array |
null |
$languageCode | string |
null |
$overwrite | bool |
false |
Return type
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
inherited from Kirby\Cms\ModelWithContent