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