$file->toSafeString()
String template builder with automatic HTML escaping
$file->toSafeString(string|null $template = null, array $data = [ ], string|null $fallback = ''): string
Parameters
Name | Type | Default | Description |
---|---|---|---|
$template | string ornull |
null
|
Template string or null to use the model ID |
$data | array |
[ ]
|
|
$fallback | string ornull |
''
|
Fallback for tokens in the template that cannot be replaced ( null to keep the original token) |
Return type
string
Parent class
Kirby\Cms\File
inherited from Kirby\Cms\ModelWithContent