PHP Class AcMailer\Options\MessageOptions

Author: Alejandro Celaya Alastrué
Inheritance: extends Zend\Stdlib\AbstractOptions
Afficher le fichier Open project: acelaya/zf2-acmailer Class Usage Examples

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
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 )

Method Details

getAttachments() public méthode

public getAttachments ( ) : AcMailer\Options\AttachmentsOptions
Résultat AcMailer\Options\AttachmentsOptions

getBcc() public méthode

public getBcc ( ) : array
Résultat array

getBody() public méthode

public getBody ( ) : AcMailer\Options\BodyOptions
Résultat AcMailer\Options\BodyOptions

getCc() public méthode

public getCc ( ) : array
Résultat array

getEncoding() public méthode

public getEncoding ( ) : string
Résultat string

getFrom() public méthode

public getFrom ( ) : string
Résultat string

getFromName() public méthode

public getFromName ( ) : string
Résultat string

getReplyTo() public méthode

public getReplyTo ( ) : string
Résultat string

getReplyToName() public méthode

public getReplyToName ( ) : string
Résultat string

getSubject() public méthode

public getSubject ( ) : string
Résultat string

getTo() public méthode

public getTo ( ) : array
Résultat array

setAttachments() public méthode

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

setBcc() public méthode

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

setBody() public méthode

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

setCc() public méthode

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

setEncoding() public méthode

public setEncoding ( string $encoding )
$encoding string

setFrom() public méthode

public setFrom ( string $from )
$from string

setFromName() public méthode

public setFromName ( string $fromName )
$fromName string

setReplyTo() public méthode

public setReplyTo ( string $replyTo )
$replyTo string

setReplyToName() public méthode

public setReplyToName ( string $replyToName )
$replyToName string

setSubject() public méthode

public setSubject ( string $subject )
$subject string

setTo() public méthode

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

Property Details

$attachments protected_oe property

protected AttachmentsOptions,AcMailer\Options $attachments
Résultat AcMailer\Options\AttachmentsOptions

$bcc protected_oe property

protected array $bcc
Résultat array

$body protected_oe property

protected BodyOptions,AcMailer\Options $body
Résultat AcMailer\Options\BodyOptions

$cc protected_oe property

protected array $cc
Résultat array

$encoding protected_oe property

protected string $encoding
Résultat string

$from protected_oe property

protected string $from
Résultat string

$fromName protected_oe property

protected string $fromName
Résultat string

$replyTo protected_oe property

protected string $replyTo
Résultat string

$replyToName protected_oe property

protected string $replyToName
Résultat string

$subject protected_oe property

protected string $subject
Résultat string

$to protected_oe property

protected array $to
Résultat array