$layout->isNth()
Checks if the item is at a certain position
$layout->isNth(int $n, \Kirby\Cms\Collection|null $collection = null): boolParameters
| Name | Type | Default | 
|---|---|---|
| $n * | int | – | 
| $collection | Kirby\Cms\Collection|null | null | 
Return type
bool
Parent class
  Kirby\Cms\Layout    inherited from Kirby\Cms\Item