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

send() public method

Sends the response
public send ( ) : void
return void
    public function send()
    {
        if ($this->content !== null) {
            echo $this->getContent();
        }
    }