Neos\Flow\Mvc\Response::send PHP Méthode

send() public méthode

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