❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$collection->offset($offset)
Returns a new collection starting from the given offset
$offset
(int)
The index to start from
return
($collection)
↑
Toolkit API overview
←
$collection->nth($n)
→
$collection->paginate($limit, $options = array())
↓
Back to Toolkit API section
Top