$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