$files->changeSort()
Sort all given files by the order in the array
$files->changeSort(array $files, int $offset = 0): Kirby\Cms\FilesParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $filesrequired | array | no default value | List of file ids | 
| $offset | int | 0 | Sorting offset | 
Return type
This method modifies the existing $files object it is applied to and returns it again.