MailerFactoryAwareInterface
Interface to be implemented by classes depending on a mailer factory.
| since |
4.4.0 |
|---|---|
| package |
Joomla CMS |
Methods
setMailerFactory
Set the mailer factory to use.
setMailerFactory(\Joomla\CMS\Mail\MailerFactoryInterface mailerFactory = null) :
| since |
4.4.0 |
|---|
Arguments
- mailerFactory
MailerFactoryInterface|nullThe mailer factory to use.
Response
void