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