$languagerouter->call()
Wrapper around the Router::call method that injects the Language instance and if needed also the Page as arguments.
$languagerouter->call(?string $path = null): mixed|null
Parameters
| Name | Type | Default |
|---|---|---|
| $path | string|null |
null |
Return type
mixed|null