mageekguy\atoum\mailer::setContentType PHP Method

setContentType() public method

public setContentType ( $type = 'text/plain', $charset = 'utf-8' )
    public function setContentType($type = 'text/plain', $charset = 'utf-8')
    {
        $this->contentType = array($type, $charset);
        return $this;
    }