❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$collection->prepend($key, $object)
Prepends an element to the data array
$key
(string)
$object
(mixed)
return
($collection)
↑
Toolkit API overview
←
$collection->pluck($field, $split = null, $unique = false)
→
$collection->prev()
↓
Back to Toolkit API section
Top