Skip to content

Kirby 5.0.4

$language->prev()

Returns the previous item in the collection if available

$language->prev(Kirby\Cms\Languages|null $collection = null): Kirby\Cms\Language|null

Parameters

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 →

Parent class

Kirby\Cms\Language