Skip to content

Kirby 4.1.2

$pageactions->update()

Updates the page data

$pageactions->update(?array $input = null, ?string $languageCode = null, bool $validate = false): Kirby\Cms\PageActions

Parameters

Name Type Default
$input array|null null
$languageCode string|null null
$validate bool false

Return type

Kirby\Cms\PageActions

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

Parent class

Kirby\Cms\PageActions