Skip to content

Kirby 4.2.0

$license->update()

Updates the license file

$license->update(array $data): Kirby\Cms\License

Parameters

Name Type Default
$data * array

Return type

Kirby\Cms\License

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

Parent class

Kirby\Cms\License