JApplicationWeb::appendBody
Append content to the body content
Signature
public function appendBody(string
$content )
Parameters
-
$content
- The content to append to the response body.
Returns
- JApplicationWeb
- Instance of $this to allow chaining.