Skip to content

Kirby 4.1.2

Panel::response()

Creates a Response object from the result of a Panel route call

Panel::response($result, array $options = [ ]): Kirby\Http\Response

Parameters

Name Type Default
$result * mixed
$options array [ ]

Return type

Kirby\Http\Response

Parent class

Kirby\Panel\Panel