Skip to content

Kirby 5.0.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
$filesrequired array no default value List of file ids
$offset int 0 Sorting offset

Return type

Kirby\Cms\Files

This method modifies the existing $ object it is applied to and returns it again.

Parent class

Kirby\Cms\Files