category Zend
package Zend_Mail
subpackage Storage
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

get all set flags

getFlags() : array

Returns

arrayarray with flags, key and value are the same for easy lookup

return toplines as found after headers

getTopLines() : string

Returns

stringtoplines

check if flag is set

hasFlag(mixed $flag) : boolean

Parameters

$flag

mixed

a flag name, use constants defined in Zend_Mail_Storage

Returns

booleantrue if set, otherwise false