Neos\Flow\Mvc\ResponseInterface::setContent PHP Méthode

setContent() public méthode

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