$language->nextAll()
Returns the end of the collection starting after the current item
$language->nextAll(Kirby\Cms\Languages|null $collection = null): Kirby\Cms\Languages
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Cms\Languages ornull |
null
|
Return type
This method modifies the existing $language
object it is applied to and returns it again.