Skip to content

Kirby 5.0.4

$user->toString()

String template builder

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

Parameters

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

Return type

string

This method modifies the existing $user object it is applied to and returns it again.

Parent class

Kirby\Cms\User