ManaPHP\Http\ResponseInterface::setContentType PHP Метод

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

Sets the response content-type mime, optionally the charset
public setContentType ( string $contentType, string $charset = null ) : static
$contentType string
$charset string
Результат static
    public function setContentType($contentType, $charset = null);