Property | Type | Description | |
---|---|---|---|
$disposition | string | Type. |
Method | Description | |
---|---|---|
__construct ( string $content, string $name, string $mimeType = 'application/octet-stream', string $encoding = '' ) | Creates an attachment. | |
setEncoding ( string $encoding ) : self | Sets contents encoding. |
public setEncoding ( string $encoding ) : self | ||
$encoding | string | Encoding name |
return | self |