$fieldClass->isNth()
Checks if the item is at a certain position
$fieldClass->isNth(int $n, Kirby\Form\Fields|null $collection = null): bool
Parameters
Name | Type | Default |
---|---|---|
$nrequired | int |
no default value |
$collection | Kirby\Form\Fields ornull |
null
|
Return type
bool