Neos\Flow\Mvc\ResponseInterface::setContent PHP Метод

setContent() публичный Метод

Overrides and sets the content of the response
public setContent ( string $content ) : void
$content string The response content
Результат void
    public function setContent($content);