MyBuilder\Cronos\Formatter\Header::setContentType PHP Method

setContentType() public method

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;
    }