Common\Mailer\TransportFactory::getMailTransport PHP Méthode

getMailTransport() private static méthode

Create a new PHP Mailer Transport instance.
private static getMailTransport ( ) : Swift_MailTransport
Résultat Swift_MailTransport
    private static function getMailTransport()
    {
        return \Swift_MailTransport::newInstance();
    }