Skip to content

Kirby 5.1.2

$responder->send()

Creates and returns the response object from the config

$responder->send(Kirby\Http\Response|string|null $body = null): Kirby\Http\Response

Parameters

Name Type Default
$body Kirby\Http\Responseorstringornull null

Return type

Kirby\Http\Response

This method modifies the existing $responder object it is applied to and returns it again.

Parent class

Kirby\Cms\Responder