MailMimeParser 0.4

MimePartFactory

Description of MimePartFactory

Tags
author

Zaahid Bateson

Table of Contents

$headerFactory  : HeaderFactory
$messageWriterService  : MessageWriterService
__construct()  : mixed
Creates a MimePartFactory instance with its dependencies.
newMimePart()  : MimePart
Constructs a new MimePart object and returns it
newNonMimePart()  : NonMimePart
Constructs a new NonMimePart object and returns it
newUUEncodedPart()  : mixed
Constructs a new UUEncodedPart object and returns it

Properties

Methods

newUUEncodedPart()

Constructs a new UUEncodedPart object and returns it

public newUUEncodedPart([int $mode = 0666 ][, string $filename = 'bin' ]) : mixed
Parameters
$mode : int = 0666
$filename : string = 'bin'
Return values
mixed

Search results