Elgg\Http\ResponseBuilder::setContent PHP Method

setContent() public method

Sets response body
public setContent ( mixed $content = '' ) : self
$content mixed Content of the response as a scalar value or an array
return self
    public function setContent($content = '');