Neos\Flow\Mvc\ResponseInterface::setContent PHP Method

setContent() public method

Overrides and sets the content of the response
public setContent ( string $content ) : void
$content string The response content
return void
    public function setContent($content);