Skip to content

Kirby 4.2.0

$fieldsets->values()

Returns a non-associative array with all values. If a mapping Closure is passed, all values are processed by the Closure.

$fieldsets->values(?Closure $map = null): array

Parameters

Name Type Default
$map Closure|null null

Return type

array

Parent class

Kirby\Cms\Fieldsets inherited from Kirby\Toolkit\Collection