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