Skip to content

Kirby 5.0.2

$site->toString()

String template builder

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

Parameters

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

Return type

string

Parent class

Kirby\Cms\Site inherited from Kirby\Cms\ModelWithContent