Skip to content

Kirby 3.5.7.1

$modelwithcontent->toString()

String template builder

$modelwithcontent->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

Parent class

Kirby\Cms\ModelWithContent