JApplicationWeb::setBody
Set body content. If body content already defined, this will replace it.
Signature
public function setBody(string
$content )
Parameters
-
$content
- The content to set as the response body.
Returns
- JApplicationWeb
- Instance of $this to allow chaining.