Skip to content

Kirby 4.1.2

$page->toSafeString()

String template builder with automatic HTML escaping

$page->toSafeString(?string $template = null, array $data = [ ], ?string $fallback = ''): string

Parameters

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

Return type

string

Parent class

Kirby\Cms\Page inherited from Kirby\Cms\ModelWithContent