Skip to content

Kirby 3.6.6

$user->toSafeString()

String template builder with automatic HTML escaping

$user->toSafeString(string $template = null, array $data = [ ], string $fallback = ''): 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

Return type

string

Parent class

Kirby\Cms\User inherited from Kirby\Cms\ModelWithContent