$kirby->call()
Calls any Kirby route
$kirby->call(?string $path = null, ?string $method = null): mixed|null
Parameters
| Name | Type | Default |
|---|---|---|
| $path | string|null |
null |
| $method | string|null |
null |
Return type
mixed|null