PHP 클래스 mageekguy\atoum\mailer

파일 보기 프로젝트 열기: atoum/atoum

보호된 프로퍼티들

프로퍼티 타입 설명
$adapter
$contentType
$from
$replyTo
$subject
$to
$xMailer

공개 메소드들

메소드 설명
__construct ( mageekguy\atoum\adapter $adapter = null )
addTo ( $to, $realName = null )
getAdapter ( )
getContentType ( )
getFrom ( )
getReplyTo ( )
getSubject ( )
getTo ( )
getXMailer ( )
send ( $something )
setAdapter ( mageekguy\atoum\adapter $adapter )
setContentType ( $type = 'text/plain', $charset = 'utf-8' )
setFrom ( $from, $realName = null )
setReplyTo ( $replyTo, $realName = null )
setSubject ( $subject )
setXMailer ( $mailer )

메소드 상세

__construct() 공개 메소드

public __construct ( mageekguy\atoum\adapter $adapter = null )
$adapter mageekguy\atoum\adapter

addTo() 공개 메소드

public addTo ( $to, $realName = null )

getAdapter() 공개 메소드

public getAdapter ( )

getContentType() 공개 메소드

public getContentType ( )

getFrom() 공개 메소드

public getFrom ( )

getReplyTo() 공개 메소드

public getReplyTo ( )

getSubject() 공개 메소드

public getSubject ( )

getTo() 공개 메소드

public getTo ( )

getXMailer() 공개 메소드

public getXMailer ( )

send() 추상적인 공개 메소드

abstract public send ( $something )

setAdapter() 공개 메소드

public setAdapter ( mageekguy\atoum\adapter $adapter )
$adapter mageekguy\atoum\adapter

setContentType() 공개 메소드

public setContentType ( $type = 'text/plain', $charset = 'utf-8' )

setFrom() 공개 메소드

public setFrom ( $from, $realName = null )

setReplyTo() 공개 메소드

public setReplyTo ( $replyTo, $realName = null )

setSubject() 공개 메소드

public setSubject ( $subject )

setXMailer() 공개 메소드

public setXMailer ( $mailer )

프로퍼티 상세

$adapter 보호되어 있는 프로퍼티

protected $adapter

$contentType 보호되어 있는 프로퍼티

protected $contentType

$from 보호되어 있는 프로퍼티

protected $from

$replyTo 보호되어 있는 프로퍼티

protected $replyTo

$subject 보호되어 있는 프로퍼티

protected $subject

$to 보호되어 있는 프로퍼티

protected $to

$xMailer 보호되어 있는 프로퍼티

protected $xMailer