PHP 클래스 AcMailer\Options\MessageOptions

저자: Alejandro Celaya Alastrué
상속: extends Zend\Stdlib\AbstractOptions
파일 보기 프로젝트 열기: acelaya/zf2-acmailer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attachments AcMailer\Options\AttachmentsOptions
$bcc array
$body AcMailer\Options\BodyOptions
$cc array
$encoding string
$from string
$fromName string
$replyTo string
$replyToName string
$subject string
$to array

공개 메소드들

메소드 설명
getAttachments ( ) : AcMailer\Options\AttachmentsOptions
getBcc ( ) : array
getBody ( ) : AcMailer\Options\BodyOptions
getCc ( ) : array
getEncoding ( ) : string
getFrom ( ) : string
getFromName ( ) : string
getReplyTo ( ) : string
getReplyToName ( ) : string
getSubject ( ) : string
getTo ( ) : array
setAttachments ( AcMailer\Options\AttachmentsOptions | array $attachments )
setBcc ( string | array $bcc )
setBody ( AcMailer\Options\BodyOptions | array $body )
setCc ( array | string $cc )
setEncoding ( string $encoding )
setFrom ( string $from )
setFromName ( string $fromName )
setReplyTo ( string $replyTo )
setReplyToName ( string $replyToName )
setSubject ( string $subject )
setTo ( array | string $to )

메소드 상세

getAttachments() 공개 메소드

public getAttachments ( ) : AcMailer\Options\AttachmentsOptions
리턴 AcMailer\Options\AttachmentsOptions

getBcc() 공개 메소드

public getBcc ( ) : array
리턴 array

getBody() 공개 메소드

public getBody ( ) : AcMailer\Options\BodyOptions
리턴 AcMailer\Options\BodyOptions

getCc() 공개 메소드

public getCc ( ) : array
리턴 array

getEncoding() 공개 메소드

public getEncoding ( ) : string
리턴 string

getFrom() 공개 메소드

public getFrom ( ) : string
리턴 string

getFromName() 공개 메소드

public getFromName ( ) : string
리턴 string

getReplyTo() 공개 메소드

public getReplyTo ( ) : string
리턴 string

getReplyToName() 공개 메소드

public getReplyToName ( ) : string
리턴 string

getSubject() 공개 메소드

public getSubject ( ) : string
리턴 string

getTo() 공개 메소드

public getTo ( ) : array
리턴 array

setAttachments() 공개 메소드

public setAttachments ( AcMailer\Options\AttachmentsOptions | array $attachments )
$attachments AcMailer\Options\AttachmentsOptions | array

setBcc() 공개 메소드

public setBcc ( string | array $bcc )
$bcc string | array

setBody() 공개 메소드

public setBody ( AcMailer\Options\BodyOptions | array $body )
$body AcMailer\Options\BodyOptions | array

setCc() 공개 메소드

public setCc ( array | string $cc )
$cc array | string

setEncoding() 공개 메소드

public setEncoding ( string $encoding )
$encoding string

setFrom() 공개 메소드

public setFrom ( string $from )
$from string

setFromName() 공개 메소드

public setFromName ( string $fromName )
$fromName string

setReplyTo() 공개 메소드

public setReplyTo ( string $replyTo )
$replyTo string

setReplyToName() 공개 메소드

public setReplyToName ( string $replyToName )
$replyToName string

setSubject() 공개 메소드

public setSubject ( string $subject )
$subject string

setTo() 공개 메소드

public setTo ( array | string $to )
$to array | string

프로퍼티 상세

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

protected AttachmentsOptions,AcMailer\Options $attachments
리턴 AcMailer\Options\AttachmentsOptions

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

protected array $bcc
리턴 array

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

protected BodyOptions,AcMailer\Options $body
리턴 AcMailer\Options\BodyOptions

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

protected array $cc
리턴 array

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

protected string $encoding
리턴 string

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

protected string $from
리턴 string

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

protected string $fromName
리턴 string

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

protected string $replyTo
리턴 string

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

protected string $replyToName
리턴 string

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

protected string $subject
리턴 string

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

protected array $to
리턴 array