Skip to content

Kirby 5.0.4

$responder->send()

Creates and returns the response object from the config

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

Parameters

Name Type Default
$body stringornull null

Return type

Kirby\Cms\Response

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

Parent class

Kirby\Cms\Responder