Interface EmailAttachmentInterface

Interface EmailAttachmentInterface

Direct known implementers

EmailAttachment

Methods summary

public setPath( AttachmentPathInterface $path )

Sets the path of an email attachment.

public getPath( boolean $absolutePath = true ) : AttachmentPathInterface

Returns the path of an email attachment.

public setName( AttachmentNameInterface $name )

Sets the name of an email attachment.

public getName( void ) : AttachmentNameInterface

Returns the name of an email attachment.