$fieldClass->nextAll()
Returns the end of the collection starting after the current item
$fieldClass->nextAll(Kirby\Form\Fields|null $collection = null): Kirby\Form\Fields
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Form\Fields ornull |
null
|
Return type
This method modifies the existing $fieldclass
object it is applied to and returns it again.