Skip to content

Kirby 3.6.6

$user->toString()

String template builder

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

Parameters

Name Type Default Description
$template string null
$data array [ ]
$fallback string '' Fallback for tokens in the template that cannot be replaced
$handler string 'template'

Return type

string

Parent class

Kirby\Cms\User