JApplicationWeb::getBody
Return the body content
Signature
public function getBody([boolean
$asArray = false] )
Parameters
-
$asArray
- True to return the body as an array of strings.
Returns
- mixed
- The response body either as an array or concatenated string.