$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
Parameters
Name | Type | Default |
---|---|---|
$path | string |
null |
Return type
mixed