1150. Class

1150.1. Zend\Mail\Storage\Message\File

1150.1.1. Methods

1150.1.1.1. __construct

__construct()

Public constructor

In addition to the parameters of Zend_Mail_Part::__construct() this constructor supports: - flags array with flags for message, keys are ignored, use constants defined in Zend_Mail_Storage

Parameters:array
Throws ZendMailStorageExceptionExceptionInterface:
 

1150.1.1.2. getTopLines

getTopLines()

return toplines as found after headers

Return type:string toplines

1150.1.1.3. hasFlag

hasFlag()

check if flag is set

Parameters:mixed – a flag name, use constants defined in ZendMailStorage
Return type:bool true if set, otherwise false

1150.1.1.4. getFlags

getFlags()

get all set flags

Return type:array array with flags, key and value are the same for easy lookup

Project Versions

Table Of Contents

Previous topic

1149. Class

Next topic

1151. Function

This Page