$structureobject->isNth()
Checks if the item is at a certain position
$structureobject->isNth(int $n, \Kirby\Cms\Collection|null $collection = null): bool
Parameters
Name | Type | Default |
---|---|---|
$n * | int |
– |
$collection | Kirby\Cms\Collection |null |
null |
Return type
bool