$language->next()
Returns the next item in the collection if available
$language->next(Kirby\Cms\Languages|null $collection = null): Kirby\Cms\Language|nullParameters
| Name | Type | Default | 
|---|---|---|
| $collection | Kirby\Cms\Languagesornull | null | 
Return types
Kirby\Cms\Languageornull
This method does not modify the existing $language object but returns a new object with the changes applied. Learn more →