Class EmailAttachment
Class EmailAttachment
Email attachment will serve as the path to the file that needs to be attached (located on the server).
- EmailAttachment implements EmailAttachmentInterface
Package: Email\Entities
Category: System
Located at Services/System/Email/Entities/EmailAttachment.inc.php
Category: System
Located at Services/System/Email/Entities/EmailAttachment.inc.php
Methods summary
public
__construct( AttachmentPathInterface $path = null, AttachmentNameInterface $name = null )
Constructor
public
getPath( boolean $absolutePath = true )
: AttachmentPathInterface
Returns the path of an email attachment.
protected
_convertToRelativePath( AttachmentPathInterface $path = null )
: string
Convert a path to relative.