PHP Class Swift_Mime_EmbeddedFile, Halite

Author: Chris Corbyn
Inheritance: extends Swift_Mime_Attachment
Show file Open project: HaliteChallenge/Halite

Public Methods

Method Description
__construct ( Swift_Mime_HeaderSet $headers, Swift_Mime_ContentEncoder $encoder, Swift_KeyCache $cache, Swift_Mime_Grammar $grammar, array $mimeTypes = [] ) Creates a new Attachment with $headers and $encoder.
getNestingLevel ( ) : integer Get the nesting level of this EmbeddedFile.

Method Details

__construct() public method

Creates a new Attachment with $headers and $encoder.
public __construct ( Swift_Mime_HeaderSet $headers, Swift_Mime_ContentEncoder $encoder, Swift_KeyCache $cache, Swift_Mime_Grammar $grammar, array $mimeTypes = [] )
$headers Swift_Mime_HeaderSet
$encoder Swift_Mime_ContentEncoder
$cache Swift_KeyCache
$grammar Swift_Mime_Grammar
$mimeTypes array optional

getNestingLevel() public method

Returns {@see \LEVEL_RELATED}.
public getNestingLevel ( ) : integer
return integer