PHP Class Pop\Mail\Attachment

Author: Nick Sagona, III ([email protected])
Afficher le fichier Open project: nicksagona/PopPHP

Protected Properties

Свойство Type Description
$basename string File attachment basename
$encoded string File attachment encoded content

Méthodes publiques

Méthode Description
__construct ( string $file ) : Attachment Constructor
build ( string $boundary, string $eol = " " ) : string Build attachment

Method Details

__construct() public méthode

Instantiate the mail attachment object.
public __construct ( string $file ) : Attachment
$file string
Résultat Attachment

build() public méthode

Build attachment
public build ( string $boundary, string $eol = " " ) : string
$boundary string
$eol string
Résultat string

Property Details

$basename protected_oe property

File attachment basename
protected string $basename
Résultat string

$encoded protected_oe property

File attachment encoded content
protected string $encoded
Résultat string