Skip to content

Kirby 5.0.4

$changesDialog->items()

Helper method to return item props for the given models

$changesDialog->items(Kirby\Cms\Collection $models): array

Parameters

Name Type Default
$modelsrequired Kirby\Cms\Collection no default value

Return type

array

This method modifies the existing $changesdialog object it is applied to and returns it again.

Parent class

Kirby\Panel\ChangesDialog