Skip to content

Kirby 5.2.0

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
$resultrequired mixed no default value
$options array [ ]

Return type

Kirby\Http\Response

Parent class

Kirby\Panel\Panel