$items->map()
Map a function to each element
$items->map(callable $callback): Kirby\Cms\ItemsParameters
| Name | Type | Default | 
|---|---|---|
| $callback * | callable | – | 
Return type
This method modifies the existing $items object it is applied to and returns it again.
Parent class
  Kirby\Cms\Items    inherited from Kirby\Toolkit\Collection