Skip to content

Kirby 3.5.7.1

$layoutcolumns->values()

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

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

Parameters

Name Type Default
$map Closure null

Return type

array

Parent class

Kirby\Cms\LayoutColumns inherited from Kirby\Toolkit\Collection