$language->prev()
Returns the previous item in the collection if available
$language->prev(\Kirby\Cms\Collection|null $collection = null): Kirby\Cms\Language|null
Parameters
| Name | Type | Default |
|---|---|---|
| $collection | Kirby\Cms\Collection|null |
null |
Return type
Kirby\Cms\Language|null
This method does not modify the existing $language object but returns a new object with the changes applied. Learn more →