PHP Class WellCommerce\Bundle\CoreBundle\Service\Mailer\MailMessage

Author: Adam Piotrowski ([email protected])
Inheritance: implements MailMessageInterface
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
__construct ( string $subject, string $sender, string $recipient )
setSubject ( string $subject )

Method Details

__construct() public method

public __construct ( string $subject, string $sender, string $recipient )
$subject string
$sender string
$recipient string

setSubject() public method

public setSubject ( string $subject )
$subject string