Neos\Flow\Mvc\Response::getContent PHP Method

getContent() public method

Returns the response content without sending it.
public getContent ( ) : string
return string The response content
    public function getContent()
    {
        return $this->content;
    }