PHP Class Jyxo\Mail\Email\Attachment

Author: Jaroslav Hanslík
Inheritance: extends Jyxo\Spl\Object
Afficher le fichier Open project: jyxo/php

Protected Properties

Свойство Type Description
$cid string Id.
$content string Contents.
$disposition string Type.
$encoding string Content encoding.
$mimeType string Content mime-type.
$name string Name.

Méthodes publiques

Méthode Description
getCid ( ) : string Returns Id.
getContent ( ) : string Returns contents.
getDisposition ( ) : string Returns type.
getEncoding ( ) : string Returns contents encoding.
getMimeType ( ) : string Returns content mime-type.
getName ( ) : string Returns name.
isInline ( ) : boolean Returns if the attachment is inline.
setContent ( string $content ) : self Sets contents.
setMimeType ( string $mimeType ) : self Sets content mime-type.
setName ( string $name ) : self Sets name.

Method Details

getCid() public méthode

Returns Id.
public getCid ( ) : string
Résultat string

getContent() public méthode

Returns contents.
public getContent ( ) : string
Résultat string

getDisposition() public méthode

Returns type.
public getDisposition ( ) : string
Résultat string

getEncoding() public méthode

Returns contents encoding.
public getEncoding ( ) : string
Résultat string

getMimeType() public méthode

Returns content mime-type.
public getMimeType ( ) : string
Résultat string

getName() public méthode

Returns name.
public getName ( ) : string
Résultat string

isInline() public méthode

Returns if the attachment is inline.
public isInline ( ) : boolean
Résultat boolean

setContent() public méthode

Sets contents.
public setContent ( string $content ) : self
$content string Contents
Résultat self

setMimeType() public méthode

Sets content mime-type.
public setMimeType ( string $mimeType ) : self
$mimeType string Mime-type
Résultat self

setName() public méthode

Sets name.
public setName ( string $name ) : self
$name string Name
Résultat self

Property Details

$cid protected_oe property

Id.
protected string $cid
Résultat string

$content protected_oe property

Contents.
protected string $content
Résultat string

$disposition protected_oe property

Type.
protected string $disposition
Résultat string

$encoding protected_oe property

Content encoding.
protected string $encoding
Résultat string

$mimeType protected_oe property

Content mime-type.
protected string $mimeType
Résultat string

$name protected_oe property

Name.
protected string $name
Résultat string