README
Todo List
Swift_Mime_SimpleMimeEntity | --Swift_Mime_Attachment
Swift_Mime_Attachment __construct( Swift_Mime_HeaderSet $headers, Swift_Mime_ContentEncoder $encoder, Swift_KeyCache $cache, [array $mimeTypes = array()])
Overridden in child classes as:
string getDisposition( )
By default attachments have a disposition of "attachment".
string getFilename( )
int getNestingLevel( )
Always returns LEVEL_MIXED.
int getSize( )
void setDisposition( string $disposition)
void setFile( Swift_FileStream $file, [string $contentType = null])
void setFilename( string $filename)
void setSize( int $size)