PHP Класс Swift_MimePart, Halite

Автор: Chris Corbyn
Наследование: extends Swift_Mime_MimePart
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( string $body = null, string $contentType = null, string $charset = null ) Create a new MimePart.
newInstance ( string $body = null, string $contentType = null, string $charset = null ) : Swift_Mime_MimePart Create a new MimePart.

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

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

Details may be optionally passed into the constructor.
public __construct ( string $body = null, string $contentType = null, string $charset = null )
$body string
$contentType string
$charset string

newInstance() публичный статический Метод

Create a new MimePart.
public static newInstance ( string $body = null, string $contentType = null, string $charset = null ) : Swift_Mime_MimePart
$body string
$contentType string
$charset string
Результат Swift_Mime_MimePart