Represent a mail attachment that can be used in a MailMessage.
package |
Default |
---|
__construct( $mailAttachment = null)
mixed | null
addHeader( $key, $value) : $this
String
String
$this
getContentId() : string
string
getContentType() : string
string
getDescription() : string
string
getDisposition() : string
string
getName() : string
string
setContentId( $contentId) : $this
string
$this
setContentType( $contentType) : $this
string
$this
setData( $data) : $this
Buffer
$this
setDescription( $description) : $this
string
$this
setDisposition( $disposition) : $this
string
$this
setName( $name) : $this
string
$this