$roles->nth()
Returns the nth element from the collection
$roles->nth(int $n): mixedParameters
| Name | Type | Default | 
|---|---|---|
| $n * | int | – | 
Return type
mixed
Parent class
  Kirby\Cms\Roles    inherited from Kirby\Toolkit\Collection  
Returns the nth element from the collection
$roles->nth(int $n): mixed| Name | Type | Default | 
|---|---|---|
| $n * | int | – | 
mixed
  Kirby\Cms\Roles    inherited from Kirby\Toolkit\Collection