PHP Класс Pop\Mail\Attachment

Автор: Nick Sagona, III ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$basename string File attachment basename
$encoded string File attachment encoded content

Открытые методы

Метод Описание
__construct ( string $file ) : Attachment Constructor
build ( string $boundary, string $eol = " " ) : string Build attachment

Описание методов

__construct() публичный Метод

Instantiate the mail attachment object.
public __construct ( string $file ) : Attachment
$file string
Результат Attachment

build() публичный Метод

Build attachment
public build ( string $boundary, string $eol = " " ) : string
$boundary string
$eol string
Результат string

Описание свойств

$basename защищенное свойство

File attachment basename
protected string $basename
Результат string

$encoded защищенное свойство

File attachment encoded content
protected string $encoded
Результат string