MyBuilder\Cronos\Formatter\Header::setContentType PHP Метод

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

Set the content-type to use for cron output emails.
public setContentType ( string $contentType )
$contentType string
    public function setContentType($contentType)
    {
        $this->contentType = $contentType;
        return $this;
    }