$kirby->render()
Returns the Response object for the current request
$kirby->render(string $path = null, string $method = null): Kirby\Http\Response
Parameters
Name | Type | Default |
---|---|---|
$path | string |
null |
$method | string |
null |