$fieldsets->nth()
Returns the nth element from the collection
$fieldsets->nth(int $n): Kirby\Cms\Fieldset|null
Parameters
| Name | Type | Default |
|---|---|---|
| $nrequired | int |
no default value |
Return types
Kirby\Cms\Fieldsetornull
This method modifies the existing $fieldsets object it is applied to and returns it again.
Parent class
Kirby\Cms\Fieldsets
inherited from Kirby\Toolkit\Collection