$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
This method modifies the existing $app
object it is applied to and returns it again.