$file->toString()
String template builder
$file->toString(string|null $template = null, array $data = [ ], string|null $fallback = '', string $handler = 'template'): stringParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $template | stringornull | null | Template string or nullto use the model ID | 
| $data | array | [ ] | |
| $fallback | stringornull | '' | Fallback for tokens in the template that cannot be replaced ( nullto keep the original token) | 
| $handler | string | 'template' | For internal use | 
Return type
string
This method modifies the existing $file object it is applied to and returns it again.
Parent class
	Kirby\Cms\File
		inherited from Kirby\Cms\ModelWithContent