Skip to content

Kirby 4.1.2

$files->changeSort()

Sort all given files by the order in the array

$files->changeSort(array $files, int $offset = 0): Kirby\Cms\Files

Parameters

Name Type Default Description
$files * array List of file ids
$offset int 0 Sorting offset

Return type

Kirby\Cms\Files

This method does not modify the existing $files object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\Files