$kirby->call()
Calls any Kirby route
$kirby->call(string|null $path = null, string|null $method = null): mixed
Parameters
| Name | Type | Default |
|---|---|---|
| $path | stringornull |
null
|
| $method | stringornull |
null
|
Return type
mixed
This method modifies the existing $app object it is applied to and returns it again.