Skip to content

Kirby 5.0.4

$pageActions->update()

Updates the page data

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

Parameters

Name Type Default
$input arrayornull null
$languageCode stringornull 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