$responder->body()
Setter and getter for the response body
Parameters
Name | Type | Default |
---|---|---|
$body | string |null |
null |
Return type
Kirby\Cms\Responder
|string
|null
This method does not modify the existing $responder
object but returns a new object with the changes applied. Learn more →