$file->toString()
String template builder
$file->toString(string $template = null, array $data = [ ], string $fallback = ''): string
Parameters
Name | Type | Default | Description |
---|---|---|---|
$template |
string |
null |
|
$data |
array |
[ ] |
|
$fallback |
string |
'' |
Fallback for tokens in the template that cannot be replaced |
Return type
string
Inherited from
Kirby\Cms\ModelWithContent