Phalcon\Mailer\Manager::registerTransportMail PHP 메소드

registerTransportMail() 보호된 메소드

Create a new MailTransport instance.
또한 보기: Swift_MailTransport
protected registerTransportMail ( ) : Swift_MailTransport
리턴 Swift_MailTransport
    protected function registerTransportMail()
    {
        return $this->getDI()->get('\\Swift_MailTransport');
    }