Skip to content

Kirby 5.1.2

$assets->getIterator()

Get an iterator for the items.

$assets->getIterator(): ArrayIterator

Return type

ArrayIterator<TKey, TValue>

This method modifies the existing $assets object it is applied to and returns it again.

Parent class

Kirby\Plugin\Assets inherited from Kirby\Toolkit\Iterator