Class AttachmentPath

Class AttachmentPath

Important: This value object is not going to check if the attachment file exists in the server because that would cause problems with the service usage (e.g. if an attachment file is missing an exception would halt all the email service operations).

AttachmentPath implements AttachmentPathInterface

Methods summary

public __construct( string $p_path )

Constructor

public __toString( void ) : string

Returns attachment path.

Properties summary

protected $path : string

Email attachment path.