$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
This method modifies the existing $
object it is applied to and returns it again.