GiftVoucherEmail
class GiftVoucherEmail implements GiftVoucherEmailInterface
Services related to GiftVoucher Email
Properties
private ConfigServiceInterface | $configService | Stores ConfigServiceInterface | |
private EmailServiceInterface | $emailService | Stores EmailServiceInterface | |
private ServicePdfInterface | $servicePdf | Stores ServicePdfInterface | |
private TranslatorInterface | $translator | Stores TranslatorInterface |
Methods
__construct(ConfigServiceInterface $configService, EmailServiceInterface $emailService, ServicePdfInterface $servicePdf, TranslatorInterface $translator)
No description
send(GiftVoucherPurchased $giftVoucherPurchased, string $giftVoucherHtml, string $identifierFormatted)
Sends email for GiftVoucherPurchased
Details
at line 49
__construct(ConfigServiceInterface $configService, EmailServiceInterface $emailService, ServicePdfInterface $servicePdf, TranslatorInterface $translator)
at line 65
send(GiftVoucherPurchased $giftVoucherPurchased, string $giftVoucherHtml, string $identifierFormatted)
Sends email for GiftVoucherPurchased