Skip to content

Kirby 3.5.7.1

$filename->attributesToString()

Converts all processed attributes to a string, that can be used in the new filename

$filename->attributesToString(string $prefix = null): string

Parameters

Name Type Default Description
$prefix string null The prefix will be used in the filename creation

Return type

string

Parent class

Kirby\Cms\Filename