Skip to content

Kirby 3.6.6

$file->toString()

String template builder

$file->toString(string $template = null, array $data = [ ], string $fallback = '', string $handler = 'template'): string

Parameters

Name Type Default Description
$template string null Template string or null to use the model ID
$data array [ ]
$fallback string '' Fallback for tokens in the template that cannot be replaced
$handler string 'template' For internal use

Return type

string

Parent class

Kirby\Cms\File inherited from Kirby\Cms\ModelWithContent